grip icon indicating copy to clipboard operation
grip copied to clipboard

The microframework for writing powerful web applications.

Results 4 grip issues
Sort by recently updated
recently updated
newest added

I couldn't find a solution to serve static files in specified path in Crystal public api. It's a nice feature worth considering. Or anything already works now?

### Description of the Change Allow skipping http_handler and websocket_handler by setting skip_router to `true` on Context ### Alternate Designs ### Benefits It allows skipping router handlers from Grip pipelines....

Hi @grkek, I can see that this option is false by default https://github.com/grip-framework/grip/blob/aa7ffe4a4ae4cf59049971226c0eabdbb2b40d7a/src/grip/application.cr#L44 Any reason about that ? Regards,

The properties probably need to be defined outside the initialize method.