Christian Haynes
Christian Haynes
Published new versions of the crates today with the custom cache key changes, thanks for your patience on this!
Looks great, just merged into develop. Thanks again for your contributions!
"Shouldn't take long" haha you fool lol LMAO If it happens that someone is actually waiting on/wanting this I'm still working on it in the background, in fact my attempts...
I had made some attempts locally but hadn't pushed anything upstream yet. I'll try to revisit it soon and collect more details on the issues I ran into. Think there...
I was planning on checking this out over the weekend but it turns out I have an addiction to Elden Ring, so my apologies on the delay
@robo9k just pushed what changes I had committed on that attempt to a new branch 'hyper'. I apparently didn't commit my attempt of the Service implementation unfortunately, so only a...
Making another attempt at this on the [refactor branch](https://github.com/06chaynes/http-cache/tree/refactor), [http-cache-tower](https://github.com/06chaynes/http-cache/blob/refactor/http-cache-tower/src/lib.rs) Have a few issues to work out still though, like cloning the request body, getting rid of the unwraps, and...
@SebRollen any and all help is greatly welcomed. I haven't taken time to go over the http 1.0.0 changes yet but the addition of Clone to the request and response...
@SebRollen Sound good! Though I would recommend branching from develop as that refactor branch is way behind, I haven't made any changes to it for some time.
An example would be helpful as I'm not sure how this would fit in with Axum from a server side perspective, I've really only ever used this from the client...