httpc
httpc copied to clipboard
📡 Make requests to HTTP servers with httpc
currently the return type from `httpc.send` is `Response(String)` https://hexdocs.pm/gleam_httpc/gleam/httpc/#send This has been causing me runtime errors because I can use httpc to fetch resources like images, e.g. favicons which to...
At the moment the tests are probably quite thorough because the hit a real API endpoint. However this means they are somewhat fragile. Also all the functions are marked as...
For example, for @hayleigh-dot-dev's chat-bot project
The `gleam/uri` package handles parsing URIs with brackets correctly, since it uses the regex from rfc3986. As a consequence, it does *not* handle URIs that do not have brackets. ```gleam...