Requiem.ConnectRequest (requiem v0.4.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %Requiem.ConnectRequest{
  authority: binary(),
  origin: binary(),
  path: binary()
}

Link to this section Functions

Link to this function

new(authority, path, origin)

Specs

new(binary(), binary(), binary()) :: t()