Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 769 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 769 Bytes

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 and by using a benchmark library like this one.