Riverside.AuthRequest (riverside v2.2.1)

Link to this section Summary

Link to this section Types

Link to this type

basic_credential()

Specs

basic_credential() :: {String.t(), String.t()}

Specs

t() :: %Riverside.AuthRequest{
  basic: basic_credential(),
  bearer_token: String.t(),
  headers: map(),
  peer: Riverside.PeerAddress.t(),
  queries: map()
}

Link to this section Functions

Link to this function

new(cowboy_req, peer)

Specs

new(cowboy_req :: :cowboy_req.req(), peer :: Riverside.PeerAddress.t()) :: t()