![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
Public Attributes | |
value | |
Static Public Attributes | |
string | HEADER = '' |
DEFAULT = None | |
Wrapper class for a header. A subclass helps to parse a specific header.
def google.appengine.ext.cloudstorage.stub_dispatcher._Header.__init__ | ( | self, | |
headers | |||
) |
Initialize. Initializes self.value to the value in request header, or DEFAULT if not defined in headers. Args: headers: request headers.