Framework-neutral HTTP request envelope for SafeRPC adapters.
Summary
Types
@type body() :: :empty | {:full, iodata()}
@type t() :: %SafeRPC.Adapter.HTTP.Request{ body: body(), headers: [header()], host: String.t(), method: String.t(), path: String.t(), port: pos_integer(), query: String.t(), remote_ip: :inet.ip_address() | nil, scheme: String.t() }