summary refs log tree commit diff stats
path: root/lib/pure/asynchttpserver.nim
Commit message (Expand)AuthorAgeFilesLines
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-161-2/+3
* fixes SSL version check logic [backport] (#21324)ringabout2023-02-021-2/+2
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-261-2/+5
* asynchttpserver: ipv6 support (#18706)Emery Hemingway2021-08-181-6/+7
* fix #18692 AsyncHttpServer was hanging because client.close was not called (#...Timothee Cour2021-08-141-1/+3
* Revert "add missing import to asynchttpserver's example" (#18164)flywind2021-06-031-1/+1
* add missing import to asynchttpserver's examplenarimiran2021-06-031-1/+1
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-081-1/+1
* Removes asynchttpserver.getSocket. (#17587)Dominik Picheta2021-03-311-14/+0
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-301-15/+27
* use `-r:off` for runnableExamples that should compile but not run (#17203)Timothee Cour2021-03-011-23/+21
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-5/+5
* use single backtick (#17166)flywind2021-02-231-4/+4
* Transfer-Encoding:chunked tests (#16678)vabresto2021-01-141-3/+24
* Add support for Transfer-Encoding: chunked (#16636)vabresto2021-01-101-0/+44
* Fixes the asynchttpserver example some more (#16599)Dominik Picheta2021-01-071-8/+7
* remove duplication in asynchttpserver examples (#16586)Timothee Cour2021-01-051-48/+28
* fix #16506 by changing the example (#16580)Miran2021-01-041-2/+2
* asynchttpserver cleanups [backport:1.0] (#15966)Andreas Rumpf2020-11-151-11/+9
* fixes the doc renderingAraq2020-11-131-38/+35
* ported to FreeRTOSAraq2020-11-131-1/+10
* better documentationAraq2020-11-131-4/+11
* attempt to make asynchttpserver better; fixes #15925; [backport:1.0]Araq2020-11-131-40/+85
* more clear (#15812)flywind2020-11-021-2/+2
* Fix asynchttpserver newline breaking content-length (#14565) [backport]Zed2020-06-061-2/+3
* 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