Snodo.Transport.StreamableHTTP.Request (snodo v0.2.0)

Copy Markdown View Source

A server-agnostic HTTP request at the Streamable HTTP boundary.

Summary

Types

t()

@type t() :: %Snodo.Transport.StreamableHTTP.Request{
  body: binary(),
  connection_ref: term(),
  headers: Snodo.Transport.Context.headers(),
  method: String.t(),
  path: String.t(),
  peer: term()
}