codinget
  • Joined on 2022-10-19
codinget created pull request webnet/webnet#10 2026-05-20 01:48:07 +02:00
refactor(http): split exports into internal and external groups + root barrels for the core features
codinget created branch refactor/http-exports in webnet/webnet 2026-05-20 01:47:15 +02:00
codinget pushed to refactor/http-exports at webnet/webnet 2026-05-20 01:47:15 +02:00
7920a6db96 chore(example-app): import from @webnet/http/server to more clearly state intent
bda28b3cef refactor(http): split exports into internal and external groups + root barrels for the core features
Compare 2 commits »
codinget deleted branch feat/http-timeouts from webnet/webnet 2026-05-19 23:58:28 +02:00
codinget pushed to main at webnet/webnet 2026-05-19 23:58:28 +02:00
2d47f4862b feat(http): add headersTimeout, keepAliveTimeout and bodyTimeout support (#9)
codinget merged pull request webnet/webnet#9 2026-05-19 23:58:27 +02:00
feat(http): add headersTimeout, keepAliveTimeout and bodyTimeout support
codinget created pull request webnet/webnet#9 2026-05-19 23:57:44 +02:00
feat(http): add headersTimeout, keepAliveTimeout and bodyTimeout support
codinget pushed to feat/http-timeouts at webnet/webnet 2026-05-19 23:54:42 +02:00
a9e61547b7 fix(http): take minimum of connection and per-call body reader options
a4210c2aa7 fix(http): wire connection-level bodyTimeout through to stream() defaults
47fb14f73d feat(http): add bodyTimeout to BodyReaderOptions
80b6101097 feat(http): add headersTimeout and keepAliveTimeout support
Compare 4 commits »
codinget created branch feat/http-timeouts in webnet/webnet 2026-05-19 23:54:42 +02:00
codinget deleted branch feat/http-size-limits from webnet/webnet 2026-05-19 22:50:36 +02:00
codinget pushed to main at webnet/webnet 2026-05-19 22:50:36 +02:00
3c9f21b6ee feat(http): add size limits to http connections and listen lifecycle hooks (#8)
codinget merged pull request webnet/webnet#8 2026-05-19 22:50:34 +02:00
feat(http): add size limits to http connections and listen lifecycle hooks
codinget created pull request webnet/webnet#8 2026-05-19 22:49:40 +02:00
feat(http): add size limits to http connections and listen lifecycle hooks
codinget pushed to feat/http-size-limits at webnet/webnet 2026-05-19 22:48:42 +02:00
746a6efa41 refactor(http): prevent future mistakes by making them compile time errors
codinget pushed to feat/http-size-limits at webnet/webnet 2026-05-19 22:38:33 +02:00
f17ffda3b8 fix(http): update client connection limits in pool
codinget pushed to feat/http-size-limits at webnet/webnet 2026-05-19 22:20:51 +02:00
25536b1091 feat(http): add size limits on the client side as well
codinget created branch feat/http-size-limits in webnet/webnet 2026-05-19 21:39:13 +02:00
codinget pushed to feat/http-size-limits at webnet/webnet 2026-05-19 21:39:13 +02:00
6f571c943b feat(http): add size limits to server connections and listen lifecycle hooks
codinget pushed to main at webnet/webnet 2026-05-19 20:21:20 +02:00
d4b448071e fix(http): include offending values in parse error messages
codinget merged pull request webnet/webnet#7 2026-05-19 20:21:20 +02:00
fix(http): include offending values in parse error messages