github.com/jwoertink/haywire.cr
master / published May 16, 2017 / repository
Haywire crystal bindings
haywire.cr
A crystal c-binding around Haywire used for HTTP server/client
Installation
Add this to your application's shard.yml:
dependencies:
haywire:
github: jwoertink/haywire.cr
Usage
Check out the examples directory for a few ideas on how to use this.
Development
The goal would be to have a 1 to 1 mapping to crystal's built in HTTP library. Then being able to switch it out for this (provided this is any better?)
Contributing
- Fork it ( https://github.com/jwoertink/haywire/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- jwoertink Jeremy Woertink - creator, maintainer