![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
Public Attributes | |
no_data | |
length | |
range | |
![]() | |
value | |
Static Public Attributes | |
string | HEADER = 'Content-Range' |
tuple | RE_PATTERN = re.compile(r'^bytes (([0-9]+)-([0-9]+)|\*)/([0-9]+|\*)$') |
![]() | |
string | HEADER = '' |
DEFAULT = None | |
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)