nim-chronos/chronos/apps/http
Eugene Kabanov 0688d2ef8f
Add idle connection timeouts for HTTP client's connections pool. (#324)
* Add idle connection timeouts for HTTP client's connections pool.
Add timestamps and duration for both HTTP client requests/responses.
Add test.

* Add comments on `connectionFlag` decisions.

* Address review comments.
Adjust default idle connection timeout to 60 seconds.

* Increase timeout for test.

* Adjust timeout to lower value.

* Address review comments.
2023-03-21 15:10:35 +02:00
..
httpagent.nim Httpclient (#182) 2021-05-10 10:26:36 +03:00
httpbodyrw.nim fix `hasOverflow` for multiple streams (#370) 2023-03-16 11:46:24 +02:00
httpclient.nim Add idle connection timeouts for HTTP client's connections pool. (#324) 2023-03-21 15:10:35 +02:00
httpcommon.nim Fix missing decodeUrl() while decoding CommaSeparatedArray URL query parameters. (#360) 2023-02-17 12:52:54 +02:00
httpserver.nim Fix default content-type should not be sent if there is no body. (#315) 2022-09-20 12:59:34 +00:00
httptable.nim make it more Nim 1.4+ compatible (#296) 2022-08-06 13:56:06 +03:00
multipart.nim Fix missing decodeUrl() while decoding CommaSeparatedArray URL query parameters. (#360) 2023-02-17 12:52:54 +02:00
shttpserver.nim Workaround exception tracking issue. (#293) 2022-07-04 12:31:18 +03:00