apache / opendal

Apache OpenDAL: One Layer, All Storage.
https://opendal.apache.org
Apache License 2.0
3.46k stars 486 forks source link

new feature: inject request method and bucket to HttpFetch #5325

Open everpcpc opened 1 week ago

everpcpc commented 1 week ago

Feature Description

It's hard to determine request method and bucket the from HttpFetch trait.

Problem and Solution

Maybe We could inject some information into Request.

Additional Context

No response

Are you willing to contribute to the development of this feature?