# `ExStreamClient.Http`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/http.ex#L1)

Client for making requests to the Stream API.

# `request`

```elixir
@spec request(Req.Request.t(), Keyword.t()) ::
  {:ok, Req.Response.t()} | {:error, Exception.t()}
```

Makes a request to the Stream API. This function is called by the generated operations modules.

---

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