riverside v1.2.5 Riverside.AuthRequest

Link to this section Summary

Link to this section Types

Link to this type

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

Link to this type

t()
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)
new(cowboy_req :: :cowboy_req.req(), peer :: Riverside.PeerAddress.t()) ::
  t()