kemal/src/kemal
sdogruyol 2248475573 Properly add status_code on exceptions. Fixes #255 2016-11-23 20:36:56 +03:00
..
helpers Rename MemoryIO to IO::Memory since it's deprecated on Crystal 0.20.0 2016-11-22 23:29:10 +03:00
middleware Rename to FilterBlock 2016-11-10 23:54:25 +03:00
base_log_handler.cr Improve logging and specs 2016-07-28 21:12:55 +03:00
cli.cr Don't nest lines with unless. Fixes #225 2016-10-13 22:09:06 +03:00
common_exception_handler.cr Properly add status_code on exceptions. Fixes #255 2016-11-23 20:36:56 +03:00
common_log_handler.cr Don't round to seconds/minutes in CommonLogHandler 2016-08-14 14:52:50 +03:00
config.cr Yield error in custom error handlers 2016-11-16 20:27:01 +03:00
context.cr Add Int64 type to context store 2016-10-24 16:12:29 +03:00
dsl.cr Yield error in custom error handlers 2016-11-16 20:27:01 +03:00
exceptions.cr Rename to Kemal::Exceptions::InvalidPathStartException 2016-11-04 11:49:11 +03:00
handler.cr Move Kemal::Handler from ext folder 2016-11-10 14:56:05 +03:00
init_handler.cr Add next handler to init_handler_spec 2016-07-17 20:42:00 +03:00
null_log_handler.cr Don't forget to call_next on NullLogHandler 2016-09-05 17:56:16 +03:00
param_parser.cr Treat body as IO in param_parser (#252) 2016-11-16 22:09:50 +04:00
request.cr Move some stuff to Utils 2016-11-19 00:05:22 +03:00
route.cr Middleware ordering (#236) 2016-10-28 11:35:34 +03:00
route_handler.cr Introduce Kemal::InitHandler to initialize HTTP::Server::Context with defaults 2016-07-17 18:11:26 +03:00
session.cr Improve docs 2016-11-10 16:38:29 +03:00
static_file_handler.cr No need for require though 2016-11-19 00:11:35 +03:00
websocket_handler.cr Fix broken websocket routing :/ 2016-11-02 11:19:48 +03:00