A WebRequest object initialized from the CGI environment.
Methods
|
|
GetUrl
__getitem__
__init__
copy
has_key
keys
|
|
GetUrl
|
GetUrl ( self )
|
|
__getitem__
|
__getitem__ ( self, key )
|
|
__init__
|
__init__ ( self )
Create a new request from the current CGI environment.
- preconditions
- The CGI environment (environment variables
etc.) must be in place.
|
|
copy
|
copy ( self )
Return a copy of the request.
The copy isn't tied to the CGI environment, so it can be
modified safely.
|
|
has_key
|
has_key ( self, key )
|
|
keys
|
keys ( self )
|
|