package

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

  1. Fork it ( https://github.com/jwoertink/haywire/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • jwoertink Jeremy Woertink - creator, maintainer

API