# `Snodo.Transport.StreamableHTTP.Request`
[🔗](https://github.com/joshrotenberg/snodo/blob/v0.2.0/lib/snodo/transport/streamable_http/request.ex#L1)

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
