workers-rs icon indicating copy to clipboard operation
workers-rs copied to clipboard

[Feature] Durable Objects do not respect the http feature

Open ncthbrt opened this issue 8 months ago • 0 comments

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

ncthbrt avatar May 28 '24 08:05 ncthbrt