Home | History | Annotate | Download | only in httplib2

Lines Matching refs:Response

121 A 3xx redirect response code was provided but no Location: header
139 The headers claimed that the content of the response was compressed but the
178 \begin{classdesc}{Response}{info}
179 Response is a subclass of \class{dict} and instances of this
235 The return value is a tuple of (response, content), the first being and instance of the
236 \class{Response} class, the second being a string that contains the response entity body.
285 those error conditions will be turned into \class{Response} objects
292 Defaults to \code{False}. If \code{True}, then any etags present in the cached response
324 \subsection{Response Objects}
325 \label{response-objects}
329 Response objects are derived from \class{dict} and map
332 a Response object also has:
334 \begin{memberdesc}[Response]{fromcache}
335 If \code{true} the the response was returned from the cache.
338 \begin{memberdesc}[Response]{version}
343 \begin{memberdesc}[Response]{status}
344 The numerical HTTP status code returned in the response.
347 \begin{memberdesc}[Response]{reason}
348 The human readable component of the HTTP response status code.
351 \begin{memberdesc}[Response]{previous}
352 If redirects are followed then the \class{Response} object returned
354 the previous \class{Response} object. In this manner they form a chain
355 going back through the responses to the very first response.
359 The Response object also populates the header \code{content-location}, that
362 the request was sent to. All Response objects contain this key value,
366 of redirects then the \class{Response} object will report the error