summary refs log tree commit diff stats
path: root/lib/pure/asynchttpserver.nim
Commit message (Expand)AuthorAgeFilesLines
* Add isNil check to custom Content-Length. (#13867) [backport:1.2]supakeen2020-04-051-2/+3
* fix asynchttpserver content-length header (#13846)flywind2020-04-031-3/+6
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-131-1/+1
* Revert broken asynchttpserver FutureStream additions.Dominik Picheta2020-03-061-145/+31
* Fix to asynchttpserver form data/body broken with #13147 (#13394)Henrique Dias2020-02-141-43/+73
* Added a basic example how to handle a Post request. (#13339)Henrique Dias2020-02-071-3/+55
* Option to allow the request body to be processed outside the asynchttpserver ...Henrique Dias2020-02-041-16/+48
* minor optimization for asynchttpserver.nimAndreas Rumpf2019-10-041-19/+12
* [backport] run nimpretty on asyncnarimiran2019-09-301-4/+5
* Revert "improvements for httpcore (#12228)"narimiran2019-09-231-2/+2
* improvements for httpcore (#12228)Andreas Rumpf2019-09-231-2/+2
* last stdlib cleanupsAraq2019-09-211-1/+1
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-2/+1
* documentation style tweaks (#10790)Miran2019-03-081-4/+4
* Fix regression w/ keep-alive connections to AsyncHttpServerLemonBoy2019-02-041-1/+4
* Clean up some code using a tuple unpack expressionLemonBoy2019-02-041-4/+2
* Fixes long-standing asynchttpserver regression. (#10102)Dominik Picheta2018-12-271-21/+27
* Change parseEnum to something faster for method parsing in asynchttpserver (#...hlaaf2018-06-081-2/+15
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-3/+0
* Don't catch-all in asynchttpserver. It hides bugs.Dominik Picheta2017-11-261-4/+1
* further hardening of asynchttpserverAndreas Rumpf2017-11-191-6/+5
* Fixes #6386. (#6545)Dominik Picheta2017-11-191-124/+144
* Handle failed uri parsing in asynchttpserver (#6374)superfunc2017-09-151-1/+6
* Add more suitable error code and reason phrase for required Content-Length re...Artem Labazin2017-07-261-2/+2
* Update asynchttpserver.nimwt2017-06-061-1/+1
* Fix bad tail for status responsewt2017-06-051-1/+1
* fixes #3847 (#5609)Andreas Rumpf2017-03-271-7/+27
* Merge pull request #5466 from yglukhov/asynchttpserver-bad-content-lengthDominik Picheta2017-03-011-1/+3
|\
| * Dont assert on malformed requestsYuriy Glukhov2017-03-011-1/+3
* | Revert "Listen on ipv6" (#5461)Yuriy Glukhov2017-03-011-2/+2
|/
* Listen on ipv6Yuriy Glukhov2017-02-251-2/+2
* asynchttpserver: import json in the example codeLuke Diamand2017-01-101-0/+1
* Implement suggestions from @dom96Dmitry Polienko2016-11-021-2/+2
* Skip empty lines before status lineDmitry Polienko2016-10-311-7/+14
* asynchttpserver: cleanup example codeAraq2016-10-241-1/+1
* Add respond proc examplehonewatson2016-10-031-0/+11
* Fixes #3847.Dominik Picheta2016-09-251-0/+6
* asynchttpserver's Response object's req method uses HttpMethod now.Dominik Picheta2016-09-251-11/+13
* Fixes #3847.Dominik Picheta2016-06-021-0/+5
* Let asynchttpserver pass control of socket to cb for upgrades.Dominik Picheta2016-06-021-2/+4
* The asynchttpserver module now uses a HttpHeaders object.Dominik Picheta2016-06-021-76/+20
* attempt to fix serious asynchttpserver regressionAndreas Rumpf2016-06-011-1/+1
* fixes #4221Andreas Rumpf2016-05-301-13/+13
* Add SO_REUSEPORT supportFederico Ceratto2015-12-161-1/+5
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-6/+9
* Added missing 412 - 417 http codes which are standard according to rfc2616 wh...Rostyslav Dzinko2015-09-171-0/+6
* Reintroduce FutureVar[T] from commit 72b4912c84b16644657.Dominik Picheta2015-09-111-11/+14
* Fixes dom96/jester#45.Dominik Picheta2015-09-061-0/+1
* Modify proc parseHeadertulayang2015-08-091-2/+5
* Fix incorrect 400 reply in asynchttpserverDominik Picheta2015-06-031-0/+1