Christian Haynes

Results 74 comments of Christian Haynes

@tusharmath The middleware will need to return the response as an HttpReponse for me to work with, as of right now I don't have a way around this. I'm open...

Revisiting the internals of the project after some of the latest stabilized updates to the language, and I think one of the changes I could make is getting rid of...

I ran into issues trying to get this to work with the reqwest client implementation, I have some of that detailed here in this PR https://github.com/seanmonstar/reqwest/pull/1920. Basically I was unable...

I think you may be missing my point. I have to create a reqwest response to return, I was unable to do that using the wasm::response::Response type in reqwest

reqwest::wasm::response::Response is reqwest::Reponse when targeting wasm On Sat, Dec 23, 2023 at 10:34 AM Sandipsinh Rathod ***@***.***> wrote: > ye I got your point, I tried that myself but failed.....

Just a note that I removed the bounty from the issue title as I do not want to confuse others into thinking that I am offering that bounty or that...

Once the response can be created there's really only the backend cache manager implementation left to add, as the changes to the core library are fairly straightforward. I had started...

Thanks! Glad you found it useful. I'm not against adding something like this, do you have something in mind as far as what the implementation might look like?

Think I generally understand what this might look like, would you care to provide a high level overview of the use case for this just so I understand better? `CacheOptions`...