amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
649 stars 46 forks source link

fix to use `URI` instead of `CGI` #59

Closed cocuh closed 8 years ago

cocuh commented 8 years ago

in crystal 0.9.0, CGI module is moved to URI and HTTP::Params.

https://github.com/manastech/crystal/blob/master/CHANGELOG.md