nim-chronos/chronos/apps/http
Eugene Kabanov 6c2ea67512
Unroll `defer`s and remove `break`s. (#440)
* Unpack `finally/defer` blocks and introduce explicit cleaning of objects.
Add request query to debug information.

* Unroll one more loop to avoid `break`.
Add test for query debug string.

* Fix cancellation behavior.

* Address review comments.
2023-08-09 10:57:49 +03:00
..
httpagent.nim Httpclient (#182) 2021-05-10 10:26:36 +03:00
httpbodyrw.nim Trackers refactoring. (#416) 2023-07-14 13:35:08 +03:00
httpclient.nim Add time used to establish HTTP client connection. (#427) 2023-07-30 12:43:25 +03:00
httpcommon.nim Trackers refactoring. (#416) 2023-07-14 13:35:08 +03:00
httpdebug.nim Unroll `defer`s and remove `break`s. (#440) 2023-08-09 10:57:49 +03:00
httpserver.nim Unroll `defer`s and remove `break`s. (#440) 2023-08-09 10:57:49 +03:00
httptable.nim Unroll `defer`s and remove `break`s. (#440) 2023-08-09 10:57:49 +03:00
multipart.nim clean up `Defect` (#404) 2023-06-05 22:21:50 +02:00
shttpserver.nim Unroll `defer`s and remove `break`s. (#440) 2023-08-09 10:57:49 +03:00