shard-kemal/spec
TSUYUSATO Kitsune 55361b3c9a Use 302 to redirect instead of 301
`301` means "Moved Permanently", so browser caches this redirect, it is used when changing server URL.
`302` means "Found", it is used generally (e.g. redirect top page after
login).

Each of `301`, `302`, `303` and `307` means redict, but they are
different. We could choice those status in case.
2016-02-10 00:28:07 +09:00
..
asset Fix view rendering for Crystal 0.11.0 2016-01-24 19:13:10 +02:00
middleware Basic filter implementation, similar to Sinatra. 2016-02-07 09:49:38 -04:30
all_spec.cr Handle POST request, and some refactors 2014-07-30 19:58:48 -03:00
config_spec.cr Add add_handler macro 2016-01-05 14:20:40 +02:00
context_spec.cr Rename handlers 2016-02-03 22:08:54 +02:00
logger_spec.cr Rename handlers 2016-02-03 22:08:54 +02:00
macros_spec.cr Macros spec passing 2016-01-24 12:27:26 +02:00
param_parser_spec.cr parse request body for array 2015-11-10 13:30:16 +02:00
route_handler_spec.cr Use 302 to redirect instead of 301 2016-02-10 00:28:07 +09:00
route_spec.cr Rename handlers 2016-02-03 22:08:54 +02:00
spec_helper.cr All specs passing except macros 2016-01-24 12:22:25 +02:00
view_spec.cr Rename handlers 2016-02-03 22:08:54 +02:00
websocket_handler_spec.cr Rename handlers 2016-02-03 22:08:54 +02:00