handlebars
A generalized version of (and heavily inspired by) the HTTP::Sever::Handler. With some additional work, it could even replace the heavylifting of the HTTP::Server::Handler. I know the specs aren't exactly specs, but $ crystal spec
runs the "example" to make sure everything works fine.
Contributing
- Fork it ( https://github.com/willamin/handlebars/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
- willamin Will Lewis - creator, maintainer