App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
google.appengine.ext.cloudstorage.stub_dispatcher._Header Class Reference
Inheritance diagram for google.appengine.ext.cloudstorage.stub_dispatcher._Header:
google.appengine.ext.cloudstorage.stub_dispatcher._ContentRange google.appengine.ext.cloudstorage.stub_dispatcher._ContentType google.appengine.ext.cloudstorage.stub_dispatcher._Range google.appengine.ext.cloudstorage.stub_dispatcher._XGoogCopySource

Public Member Functions

def __init__
 

Public Attributes

 value
 

Static Public Attributes

string HEADER = ''
 
 DEFAULT = None
 

Detailed Description

Wrapper class for a header.

A subclass helps to parse a specific header.

Constructor & Destructor Documentation

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.

The documentation for this class was generated from the following file: