Issue900112
Created on 2004-02-19 09:09 by nimbustier, last changed 2009-04-22 17:17 by ajaksu2.
|
msg60464 - (view) |
Author: Dominique Hazaƫl-Massieux (nimbustier) |
Date: 2004-02-19 09:09 |
|
The cgi.FieldStorage object has a headers property,
defined as:
"headers : header dictionary-like object; default:
taken from environ as per CGI spec"
But the CGI Spec gives a list of well-known environment
variables, plus a generic method to read environment
variables (those starting with HTTP_), that are *not*
read and parsred in this dictionary.
http://hoohoo.ncsa.uiuc.edu/cgi/env.html
|
|
| Date |
User |
Action |
Args |
| 2009-04-22 17:17:51 | ajaksu2 | set | keywords:
+ easy |
| 2009-02-14 11:34:34 | ajaksu2 | set | stage: test needed type: feature request versions:
+ Python 2.7, - Python 2.3 |
| 2004-02-19 09:09:24 | nimbustier | create | |
|