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._ContentRange Class Reference
Inheritance diagram for google.appengine.ext.cloudstorage.stub_dispatcher._ContentRange:
google.appengine.ext.cloudstorage.stub_dispatcher._Header

Public Member Functions

def __init__
 
- Public Member Functions inherited from google.appengine.ext.cloudstorage.stub_dispatcher._Header
def __init__
 

Public Attributes

 no_data
 
 length
 
 range
 
- Public Attributes inherited from google.appengine.ext.cloudstorage.stub_dispatcher._Header
 value
 

Static Public Attributes

string HEADER = 'Content-Range'
 
tuple RE_PATTERN = re.compile(r'^bytes (([0-9]+)-([0-9]+)|\*)/([0-9]+|\*)$')
 
- Static Public Attributes inherited from google.appengine.ext.cloudstorage.stub_dispatcher._Header
string HEADER = ''
 
 DEFAULT = None
 

Detailed Description

Content-Range header.

Used by resumable upload of unknown size. Possible formats:
  Content-Range: bytes 1-3/* (for uploading of unknown size)
  Content-Range: bytes */5 (for finalizing with no data)

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