App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google.appengine.api.urlfetch_errors.MalformedReplyError Class Reference
Inheritance diagram for google.appengine.api.urlfetch_errors.MalformedReplyError:
google.appengine.api.urlfetch_errors.DownloadError google.appengine.api.urlfetch_errors.Error

Detailed Description

Raised when the target server returns an invalid HTTP response.

   Responses are invalid if they contain no headers, malformed or
   incomplete headers, or have content missing.

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