Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).