hobbit
hobbit copied to clipboard
A minimalistic microframework built on top of Rack.
Updates `Hobbit::Base#find_route` to perform URI-decoding on any dynamic URI components before storing them in `request.params`. This provides greater consistency with both Rack's existing query params parsing and with other server...
A couple of updates for development dependencies: - Unlocks `bundler` from v1.x.x. I don't see any reason this requires Bundler 1, and Bundler 2 has been available for a while...
I just gave the readme file a check, since I'd like to experiment with Hobbit and learn more about Rack. Then I found these 2 minor issues in it. Hope...
Neither Content-Type nor Content-Length should be present. This is not mandatory according to the HTTP spec, however, Rack::Lint considers responses with the above status codes that contain either header as...
Hobbit is by far the most extensible web library I ever seen. There is still, however, a feature which I miss. I would like to have a way to change...