View Source HTTPX.Auth behaviour (HTTPX v0.1.9)
Authorization support for HTTP request.
Can be used for basic auth, HMAC auth, etc.
Summary
Callbacks
Authorizes a HTTP request using the given method, headers, body, and options.
Callbacks
@callback auth(HTTPX.Request.t(), Keyword.t()) :: HTTPX.Request.t()
Authorizes a HTTP request using the given method, headers, body, and options.