index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
asynchttpserver.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
1
-2
/
+3
*
fixes SSL version check logic [backport] (#21324)
ringabout
2023-02-02
1
-2
/
+2
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+3
*
remove shallowCopy for ARC/ORC (#20070)
ringabout
2022-07-26
1
-2
/
+5
*
asynchttpserver: ipv6 support (#18706)
Emery Hemingway
2021-08-18
1
-6
/
+7
*
fix #18692 AsyncHttpServer was hanging because client.close was not called (#...
Timothee Cour
2021-08-14
1
-1
/
+3
*
Revert "add missing import to asynchttpserver's example" (#18164)
flywind
2021-06-03
1
-1
/
+1
*
add missing import to asynchttpserver's example
narimiran
2021-06-03
1
-1
/
+1
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
1
-1
/
+1
*
Removes asynchttpserver.getSocket. (#17587)
Dominik Picheta
2021-03-31
1
-14
/
+0
*
add getPort to resolve Port(0) (#17559)
Timothee Cour
2021-03-30
1
-15
/
+27
*
use `-r:off` for runnableExamples that should compile but not run (#17203)
Timothee Cour
2021-03-01
1
-23
/
+21
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-5
/
+5
*
use single backtick (#17166)
flywind
2021-02-23
1
-4
/
+4
*
Transfer-Encoding:chunked tests (#16678)
vabresto
2021-01-14
1
-3
/
+24
*
Add support for Transfer-Encoding: chunked (#16636)
vabresto
2021-01-10
1
-0
/
+44
*
Fixes the asynchttpserver example some more (#16599)
Dominik Picheta
2021-01-07
1
-8
/
+7
*
remove duplication in asynchttpserver examples (#16586)
Timothee Cour
2021-01-05
1
-48
/
+28
*
fix #16506 by changing the example (#16580)
Miran
2021-01-04
1
-2
/
+2
*
asynchttpserver cleanups [backport:1.0] (#15966)
Andreas Rumpf
2020-11-15
1
-11
/
+9
*
fixes the doc rendering
Araq
2020-11-13
1
-38
/
+35
*
ported to FreeRTOS
Araq
2020-11-13
1
-1
/
+10
*
better documentation
Araq
2020-11-13
1
-4
/
+11
*
attempt to make asynchttpserver better; fixes #15925; [backport:1.0]
Araq
2020-11-13
1
-40
/
+85
*
more clear (#15812)
flywind
2020-11-02
1
-2
/
+2
*
Fix asynchttpserver newline breaking content-length (#14565) [backport]
Zed
2020-06-06
1
-2
/
+3
*
Add isNil check to custom Content-Length. (#13867) [backport:1.2]
supakeen
2020-04-05
1
-2
/
+3
*
fix asynchttpserver content-length header (#13846)
flywind
2020-04-03
1
-3
/
+6
*
fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...
Timothee Cour
2020-03-13
1
-1
/
+1
*
Revert broken asynchttpserver FutureStream additions.
Dominik Picheta
2020-03-06
1
-145
/
+31
*
Fix to asynchttpserver form data/body broken with #13147 (#13394)
Henrique Dias
2020-02-14
1
-43
/
+73
*
Added a basic example how to handle a Post request. (#13339)
Henrique Dias
2020-02-07
1
-3
/
+55
*
Option to allow the request body to be processed outside the asynchttpserver ...
Henrique Dias
2020-02-04
1
-16
/
+48
*
minor optimization for asynchttpserver.nim
Andreas Rumpf
2019-10-04
1
-19
/
+12
*
[backport] run nimpretty on async
narimiran
2019-09-30
1
-4
/
+5
*
Revert "improvements for httpcore (#12228)"
narimiran
2019-09-23
1
-2
/
+2
*
improvements for httpcore (#12228)
Andreas Rumpf
2019-09-23
1
-2
/
+2
*
last stdlib cleanups
Araq
2019-09-21
1
-1
/
+1
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
1
-2
/
+1
*
documentation style tweaks (#10790)
Miran
2019-03-08
1
-4
/
+4
*
Fix regression w/ keep-alive connections to AsyncHttpServer
LemonBoy
2019-02-04
1
-1
/
+4
*
Clean up some code using a tuple unpack expression
LemonBoy
2019-02-04
1
-4
/
+2
*
Fixes long-standing asynchttpserver regression. (#10102)
Dominik Picheta
2018-12-27
1
-21
/
+27
*
Change parseEnum to something faster for method parsing in asynchttpserver (#...
hlaaf
2018-06-08
1
-2
/
+15
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-3
/
+0
*
Don't catch-all in asynchttpserver. It hides bugs.
Dominik Picheta
2017-11-26
1
-4
/
+1
*
further hardening of asynchttpserver
Andreas Rumpf
2017-11-19
1
-6
/
+5
*
Fixes #6386. (#6545)
Dominik Picheta
2017-11-19
1
-124
/
+144
*
Handle failed uri parsing in asynchttpserver (#6374)
superfunc
2017-09-15
1
-1
/
+6
*
Add more suitable error code and reason phrase for required Content-Length re...
Artem Labazin
2017-07-26
1
-2
/
+2
[next]