module utils.httpclient
class HTTPClient
property auth
Authentication class used when none is passed at the request-level.
See also Authentication.
property base_url
Base URL to use when sending requests with relative URLs.
property cookies
Cookie values to include when sending requests.
property event_hooks
property headers
HTTP headers to include when sending requests.
property is_closed
Check if the client being closed
property params
Query parameters to include in the URL when sending requests.
property timeout
property trust_env
classmethod close
close()
This file was automatically generated via lazydocs.