Assent v0.1.3 Assent.HTTPAdapter behaviour View Source
HTTP adapter helper module
Usage
defmodule MyApp.MyHTTPAdapter do
@behaviour Assent.HTTPAdapter
@impl true
def request(method, url, body, haders, opts) do
# ...
end
end
Link to this section Summary
Functions
Sets a user agent header
Link to this section Types
Link to this section Functions
Sets a user agent header
The header value will be Assent-VERSION
with VERSION being the :vsn
of
Assent
.