You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on implementing HTTP QUERY support (RFC 10008) for the Cache API to enable more efficient search-like semantics.
I have submitted a Draft PR (#6857 ) covering Phase 1 & 2 of the implementation:
API boundary validation and method routing.
Request sizing and telemetry span updates.
The PR is fully tested and ready for architectural review.
I am now moving toward Phase 3: Body Stream Pumping.
I would appreciate any guidance from the maintainers on the preferred architectural pattern for this bridge to ensure it aligns with the workerd event-loop and memory safety model.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on implementing HTTP QUERY support (RFC 10008) for the Cache API to enable more efficient search-like semantics.
I have submitted a Draft PR (#6857 ) covering Phase 1 & 2 of the implementation:
API boundary validation and method routing.
Request sizing and telemetry span updates.
The PR is fully tested and ready for architectural review.
I am now moving toward Phase 3: Body Stream Pumping.
I would appreciate any guidance from the maintainers on the preferred architectural pattern for this bridge to ensure it aligns with the workerd event-loop and memory safety model.
Reference PR: #6857
Beta Was this translation helpful? Give feedback.
All reactions