workers-rs
workers-rs copied to clipboard
[Feature] Durable Objects do not respect the http feature
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
When the http feature is enabled, I'd expect durable objects to also use the same types. Ensuring that DO's fetch methods use the http crate would enable ergonomic use of axum inside DOs without having to do manual request/response mapping