pipes
Pipes
Pipes are a collection of HTTP::Handler
's which extend the possibilities of the Grip framework.
Installation
-
Add the dependency to your
shard.yml
:dependencies: pipes: github: grip-framework/pipes
-
Run
shards install
Usage
require "pipes"
Contributing
- Fork it (https://github.com/grip-framework/pipes/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
- Giorgi Kavrelishvili - creator and maintainer