Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / nitcorn / http_request.nit
2017-05-11 Alexandre Terrasanitcorn: fix HttpRequest::int_arg
2016-10-12 Alexis Laferrièrenitcorn: fix decoding GET args from percent encoding
2016-08-15 Alexandre Terrasalib/nitcorn: parse body from POST and PUT requests
2016-08-15 Alexandre Terrasalib/nitcorn: remove the POST format error
2016-08-15 Alexandre Terrasalib/nitcorn: remove uninitialized attribute `host`
2016-08-15 Alexandre Terrasalib/nitcorn: make HttpRequest and HttpResponse serializable
2016-06-01 Alexandre Terrasalib/nitcorn: fix `non-public init` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` warnings
2016-02-26 Jean Privatnitcorn: add missing `is old_style_init`
2016-02-19 Jean Privatcode: update clients of the former `recover_with`
2015-08-27 Jean Privatcode: update references to `standard`
2014-12-17 Alexandre Terrasalib/nitcorn: allows access to POST raw body
2014-12-12 Alexandre Terrasalib/nitcorn: fixes useless empty init
2014-10-11 Jean Privatlib: remove useless comparison on null that broke tests
2014-10-06 Lucas Bajoletlib/nitcorn: HttpRequest added methods to get an argume...
2014-09-02 Alexis Laferrièrelib/nitcorn: intro `HttpRequest::all_args`
2014-08-15 Jean Privatlib: prepare for new constructors
2014-07-31 Alexis Laferrièrenitcorn: harden request processing
2014-07-30 Alexis Laferrièrelib: intro the web server nitcorn