Trees | Indices | Help |
---|
|
object --+ | streams.ReadStream --+ | HttpClientResponse
Encapsulates a client-side HTTP response.
An instance of this class is provided to the user via a handler that was specified when one of the HTTP method operations, or the generic HttpClientrequest method was called on an instance of HttpClient.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|
return the HTTP status code of the response.
|
Get a header value Keyword arguments:
|
Get all the headers in the response. If the response contains multiple headers with the same key, the values will be concatenated together into a single header with the same key value, with each value separated by a comma, as specified by {http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.htmlsec4.2}. return a dictionary of headers.
|
Get all the trailers in the response. If the response contains multiple trailers with the same key, the values will be concatenated together into a single header with the same key value, with each value separated by a comma, as specified by {http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.htmlsec4.2}. Trailers will only be available in the response if the server has sent a HTTP chunked response where headers have been inserted by the server on the last chunk. In such a case they won't be available on the client until the last chunk has been received. return a dictionary of trailers.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Jul 31 19:03:08 2012 | http://epydoc.sourceforge.net |