Request struct passed to Nadia HTTP adapters.
@type t() :: %Nadia.HTTPRequest{ body: term(), headers: list(), method: atom(), options: keyword(), url: binary() }