Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukewestby/http-extra
Extra functions related to elm-lang/http
https://github.com/lukewestby/http-extra
Last synced: 14 days ago
JSON representation
Extra functions related to elm-lang/http
- Host: GitHub
- URL: https://github.com/lukewestby/http-extra
- Owner: lukewestby
- License: bsd-3-clause
- Created: 2017-08-02T15:04:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T17:57:49.000Z (about 6 years ago)
- Last Synced: 2024-05-08T23:20:51.971Z (6 months ago)
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/lukewestby/http-extra/latest
- Size: 3.91 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Convenience functions for working with Http
Experimental package with convenience functions for working with Http. Note that
this API is experimental and likely to go through many more iterations.Feedback and contributions are very welcome.
### Contributing
Pull requests are welcome.
If you are adding a new function please..
- Include documentation and make sure it has a code snippet demonstrating what
the function does.
- Give a detailed use case where your function would come in handy in the PR.If you are improving existing functions please..
- Demonstrate the
performance gains in something like [Ellie](https://ellie-app.com/) and by using
a benchmark library like
[this one](http://package.elm-lang.org/packages/BrianHicks/elm-benchmark/latest).