aboutsummaryrefslogtreecommitdiff
path: root/compat/lustre_http/README.md
blob: 1117b93c050faf6d514f963608e43074bf552a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# lustre_http

[![Package Version](https://img.shields.io/hexpm/v/lustre_http)](https://hex.pm/packages/lustre_http)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/lustre_http/)

Make HTTP requests from `lustre` via its `cmd` 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 the documentation at <https://hexdocs.pm/lustre_http>, although only `get_as_text` is documented a.t.m.