summary refs log tree commit diff stats
path: root/lib/pure/httpcore.nim
Commit message (Expand)AuthorAgeFilesLines
* 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