nim-chronos/chronos/apps/http
Jacek Sieka e38ceb5378
fix v3 backwards compatibility for callbacks (#481)
Because the callback types were used explicitly in some consumers of
chronos, the change of type introduces a backwards incompatibility
preventing a smooth transition to v4 for code that doesn't uses
`raises`.

This PR restores backwards compatibility at the expense of introducing a
new type with a potentially ugly name - that said, there is already
precedence for using numbered names to provide new error handling
strategy in chronos.
2023-12-04 14:19:29 +01:00
..
httpagent.nim Asyncraises HTTP client/server. (#476) 2023-11-21 11:01:44 +01:00
httpbodyrw.nim Asyncraises HTTP client/server. (#476) 2023-11-21 11:01:44 +01:00
httpclient.nim Asyncraises HTTP client/server. (#476) 2023-11-21 11:01:44 +01:00
httpcommon.nim Fix processing callback missing asyncraises. (#479) 2023-11-28 18:57:13 +02:00
httpdebug.nim Asyncraises HTTP client/server. (#476) 2023-11-21 11:01:44 +01:00
httpserver.nim fix v3 backwards compatibility for callbacks (#481) 2023-12-04 14:19:29 +01:00
httptable.nim Unroll `defer`s and remove `break`s. (#440) 2023-08-09 10:57:49 +03:00
multipart.nim Asyncraises HTTP client/server. (#476) 2023-11-21 11:01:44 +01:00
shttpserver.nim fix v3 backwards compatibility for callbacks (#481) 2023-12-04 14:19:29 +01:00