Nadia.HTTPRequest (nadia v1.4.0)

View Source

Request struct passed to Nadia HTTP adapters.

Summary

Types

t()

@type t() :: %Nadia.HTTPRequest{
  body: term(),
  headers: list(),
  method: atom(),
  options: keyword(),
  url: binary()
}