App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.api.urlfetch._URLFetchResult Class Reference
Inheritance diagram for google.appengine.api.urlfetch._URLFetchResult:

Public Member Functions

def __init__
 

Public Attributes

 content
 
 status_code
 
 content_was_truncated
 
 final_url
 
 header_msg
 
 headers
 

Detailed Description

A Pythonic representation of our fetch response protocol buffer.

Constructor & Destructor Documentation

def google.appengine.api.urlfetch._URLFetchResult.__init__ (   self,
  response_proto 
)
Constructor.

Args:
  response_proto: the URLFetchResponse proto buffer to wrap.

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