codinget
  • Joined on 2022-10-19
codinget created pull request webnet/webnet#18 2026-05-31 14:11:02 +02:00
WIP: feat(http): WebSocket support (@webnet/http/websocket)
codinget pushed to worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD at webnet/webnet 2026-05-31 14:10:46 +02:00
33144f52f0 feat(http): add WebSocket support in @webnet/http/websocket
codinget created branch worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD in webnet/webnet 2026-05-31 14:10:46 +02:00
codinget created pull request webnet/webnet#17 2026-05-31 14:04:14 +02:00
WIP: feat(http): add 3xx redirect support to fetch/fetch.stream
codinget pushed to worktree-bridge-cse_013dxKwZE2FFh9CsjidU8mc7 at webnet/webnet 2026-05-31 14:03:29 +02:00
2831e9759a feat(http): add 3xx redirect support to fetch/fetch.stream
codinget created branch worktree-bridge-cse_013dxKwZE2FFh9CsjidU8mc7 in webnet/webnet 2026-05-31 14:03:29 +02:00
codinget deleted branch worktree-bridge-cse_01NtZpAYEAetkGheAx6MD2zw from webnet/webnet 2026-05-30 23:57:01 +02:00
codinget pushed to main at webnet/webnet 2026-05-30 23:57:00 +02:00
ae391541ba fix(http): exclude unreachable ContinueBodyReader.onFinish from coverage; fix README
f10d0140d2 refactor+test(http): fix import style, update exports, improve coverage
04e79107ae feat(http): add interim:skip, fix requestStream+hijack, add fetch 1xx+streaming
58d2197187 docs: update AI disclosure for client-side 1xx support
9cfcbcdfc5 feat(http): add client-side 1xx support
Compare 6 commits »
codinget merged pull request webnet/webnet#16 2026-05-30 23:56:59 +02:00
feat(http): add 1xx informational response support
codinget pushed to worktree-bridge-cse_01NtZpAYEAetkGheAx6MD2zw at webnet/webnet 2026-05-30 21:50:55 +02:00
ae391541ba fix(http): exclude unreachable ContinueBodyReader.onFinish from coverage; fix README
codinget pushed to worktree-bridge-cse_01NtZpAYEAetkGheAx6MD2zw at webnet/webnet 2026-05-30 21:40:18 +02:00
f10d0140d2 refactor+test(http): fix import style, update exports, improve coverage
codinget pushed to worktree-bridge-cse_01NtZpAYEAetkGheAx6MD2zw at webnet/webnet 2026-05-30 21:18:52 +02:00
04e79107ae feat(http): add interim:skip, fix requestStream+hijack, add fetch 1xx+streaming
codinget pushed to worktree-bridge-cse_01NtZpAYEAetkGheAx6MD2zw at webnet/webnet 2026-05-30 17:01:48 +02:00
58d2197187 docs: update AI disclosure for client-side 1xx support
9cfcbcdfc5 feat(http): add client-side 1xx support
Compare 2 commits »
codinget pushed to worktree-bridge-cse_01NtZpAYEAetkGheAx6MD2zw at webnet/webnet 2026-05-30 16:40:36 +02:00
a4506991e7 feat(http): add 1xx informational response support
9ebbd6ec2d feat(http): export prependTransport via _internals
a952de815b test(http): achieve 100% coverage for hijack and prependTransport
873f392a79 fix(http): guard hijacked ClientConnection against reuse and fix pool timing
dfa4ab69cf feat(http): add sendResponse option to server hijack
Compare 7 commits »
codinget pushed to main at webnet/webnet 2026-05-30 16:32:30 +02:00
9ebbd6ec2d feat(http): export prependTransport via _internals
a952de815b test(http): achieve 100% coverage for hijack and prependTransport
873f392a79 fix(http): guard hijacked ClientConnection against reuse and fix pool timing
dfa4ab69cf feat(http): add sendResponse option to server hijack
f905206441 docs: update AI disclosure for hijack() implementation
Compare 6 commits »
codinget deleted branch worktree-bridge-cse_01XPT1faAxqDctVEkGMNRNJb from webnet/webnet 2026-05-30 16:32:30 +02:00
codinget merged pull request webnet/webnet#15 2026-05-30 16:32:27 +02:00
feat(http): add hijack() on server and client responses
codinget pushed to worktree-bridge-cse_01XPT1faAxqDctVEkGMNRNJb at webnet/webnet 2026-05-30 16:30:30 +02:00
9ebbd6ec2d feat(http): export prependTransport via _internals
codinget pushed to worktree-bridge-cse_01XPT1faAxqDctVEkGMNRNJb at webnet/webnet 2026-05-30 16:17:30 +02:00
a952de815b test(http): achieve 100% coverage for hijack and prependTransport
codinget pushed to worktree-bridge-cse_01XPT1faAxqDctVEkGMNRNJb at webnet/webnet 2026-05-29 18:06:03 +02:00
873f392a79 fix(http): guard hijacked ClientConnection against reuse and fix pool timing