kemal/README.md

9 lines
264 B
Markdown
Raw Normal View History

2015-10-23 18:33:26 +00:00
# Kemal
2015-06-01 21:06:26 +00:00
This is a proof-of-concept [Sinatra](http://www.sinatrarb.com/) clone for [Crystal](http://www.crystal-lang.org).
## Status
Basic `get`, `put`, `post` and `head` routes can be matched, and request parameters can be obtained.
We are still missing a lot!