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