Search
@type header() :: {String.t(), String.t()}
@type opts() :: map()
@type url() :: String.t()
@callback headers(opts()) :: [header()] | []
@callback opts(opts()) :: keyword() | []