ExForce v0.4.0 ExForce.Request View Source

Represents an API request.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExForce.Request{
  body: any(),
  headers: [{binary(), binary()}],
  method: :head | :get | :delete | :trace | :options | :post | :put | :patch,
  opts: [any()],
  query: [{binary() | atom(), binary()}],
  url: binary()
}