# `ExGram.Adapter.Req`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.65.0/lib/ex_gram/adapter/req.ex#L2)

HTTP adapter that uses [Req](https://hexdocs.pm/req) for Telegram Bot API requests.

This is the recommended HTTP adapter. It uses Finch under the hood for connection
pooling and provides sensible defaults for long polling.

See `ExGram.Adapter` behaviour for more details.

---

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