summary refs log tree commit diff stats
path: root/lib/pure/httpcore.nim
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to pass title case headers to an HTTP server (#13968)wonderix2020-04-221-12/+38
* httpcore: deprecate `==`(string, HttpCode) (#13682)alaviss2020-03-191-1/+8
* Implement file streaming for httpclient's MultipartData (#12982)Zed2020-03-061-0/+1
* Fix #13573 and #13574 (#13575)Andrea Ferretti2020-03-061-4/+8
* [backport] run nimpretty on web stuffnarimiran2019-09-301-19/+19
* Revert "improvements for httpcore (#12228)"narimiran2019-09-231-40/+37
* improvements for httpcore (#12228)Andreas Rumpf2019-09-231-37/+40
* last stdlib cleanupsAraq2019-09-211-0/+2
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-1/+1
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-4/+0
* make more tests greenAndreas Rumpf2018-04-301-2/+2
* Add `$` for HttpHeaders.Dominik Picheta2017-10-201-0/+3
* fixes #3847 (#5609)Andreas Rumpf2017-03-271-2/+2
* Fixes parseHeader("foo:") != ("foo", @[""]). Refs #5344.Dominik Picheta2017-02-131-1/+5
* Add some tests to httpcore related to #5344.Dominik Picheta2017-02-071-0/+7
* Add HTTP header deletion, improve testsFederico Ceratto2016-12-011-0/+4
* Add PATCH HTTP Method.Dominik Picheta2016-09-251-3/+2
* asynchttpserver's Response object's req method uses HttpMethod now.Dominik Picheta2016-09-251-1/+4
* Fixed missing commaAndrea Ferretti2016-09-221-1/+1
* Added PATCH HTTP methodAndrea Ferretti2016-09-211-1/+3
* HttpCode shouldn't require explicit initialisation to prevent breakage.Dominik Picheta2016-09-191-1/+3
* Reverted removal of HttpCode.`$`.Dominik Picheta2016-09-191-2/+2
* Use `distinct range` for HttpCode as suggested by @nigredo-tori.Dominik Picheta2016-09-191-53/+115
* Implements proxy support for (Async)HttpClient. Ref #4423.Dominik Picheta2016-09-181-0/+3
* Improvements to httpclient. Refs #4423.Dominik Picheta2016-09-181-0/+41
* minor stdlib cleanupsAraq2016-09-091-10/+10
* Fix typoZach Aysan2016-06-231-1/+1
* Add missing - yet necessary - HTTP status codes.Zach Aysan2016-06-231-0/+8
* Fixes httpcore.`[]=` so that it doesn't convert value to lowercase.Dominik Picheta2016-06-061-1/+1
* fixes #4278Andreas Rumpf2016-06-051-2/+2
* Add missing httpcore module.Dominik Picheta2016-06-021-0/+190