nitcorn clients: remove `write_to_string` when a Writable is given as body
[nit.git] / lib / popcorn / pop_handlers.nit
2018-05-31 Jean Privatnitcorn clients: remove `write_to_string` when a Writab...
2017-06-02 Alexandre Terrasalib/popcorn: move json related services to `pop_json`
2017-05-12 Alexandre Terrasalib/popcorn: replace json_error method by something...
2017-05-09 Jean Privatpopcorn/pop_handlers: HttpResponse::json_* accepts...
2017-02-12 Alexandre Terrasalib/popcorn: add response handler for csv documents
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-08-19 Jean Privatpopcorn: redirect uses 303 by default
2016-08-05 Alexandre Terrasalib/popcorn: add `json_error` to return a Json formatte...
2016-05-26 Alexandre Terrasalib/popcorn: StaticHandler use `default_file`
2016-05-25 Alexandre Terrasalib/popcorn: introduce Router::use_after service
2016-05-25 Alexandre Terrasalib/popcorn: introduce Router::use_before service
2016-05-25 Alexandre Terrasalib/popcorn: extract Router::handler_in private service
2016-05-25 Alexandre Terrasalib/popcorn: extract Router::build_route private service
2016-05-19 Alexandre Terrasalib/popcorn: introduce pop_handlers