Package couchdb :: Module http

Module http

Simple HTTP client implementation based on the httplib module in the standard library.
Classes
  HTTPError
Base class for errors based on HTTP status codes >= 400.
  PreconditionFailed
Exception raised when a 412 HTTP error is received in response to a request.
  ResourceNotFound
Exception raised when a 404 HTTP error is received in response to a request.
  ServerError
Exception raised when an unexpected HTTP error is received in response to a request.
  Unauthorized
Exception raised when the server requires authentication credentials but either none are provided, or they are incorrect.
  RedirectLimit
Exception raised when a request is redirected more often than allowed by the maximum number of redirections.
  Session
  Resource