diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-23 23:13:52 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-23 23:13:52 +0100 |
commit | 6d295d0bcf23bb4410d6d93435ce53f9670a1d1c (patch) | |
tree | 33ac9652ed41109d425210fabdaf638f92952f0b /compat/lustre_http/README.md | |
parent | c0a3607d41dd24b9ea03425892a361261893d076 (diff) | |
download | lustre-6d295d0bcf23bb4410d6d93435ce53f9670a1d1c.tar.gz lustre-6d295d0bcf23bb4410d6d93435ce53f9670a1d1c.zip |
:ambulance: Update third-party lustre_http package to new api.
Diffstat (limited to 'compat/lustre_http/README.md')
-rw-r--r-- | compat/lustre_http/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/compat/lustre_http/README.md b/compat/lustre_http/README.md new file mode 100644 index 0000000..1117b93 --- /dev/null +++ b/compat/lustre_http/README.md @@ -0,0 +1,17 @@ +# lustre_http + +[](https://hex.pm/packages/lustre_http) +[](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. |