README.md
# lustre_http
[](https://hex.pm/packages/lustre_http)
[](https://hexdocs.pm/lustre_http/)
Make HTTP requests from [lustre](https://hexdocs.pm/lustre) via its `effect` interface.
Makes life easy when such requests are initiated by the user.
## Quick start
Add to your Gleam project:
```sh
gleam add lustre_http
```
View usage in the documentation at <https://hexdocs.pm/lustre_http>.