msrd0
msrd0
I'm happy to help with this issue, however, I don't have a clear picture of what you are trying to acchieve. I guess this is what came to my mind...
I think there are several places where accessing the Accept header makes sense. If you want to switch between json and xml, you could easily do that in IntoResponse, however,...
Version `0.5.0` has been released so the issues mentioned above should've been fixed, but examples on the master branch will always track master, so I'm not really sure how you...
I just took a look at your proof of concept and I don't think I fully understand why you want your redis connection in the `State`. You don't seem to...
Ok I see so you're trying to have one redis connection pool that can be shared with the session backend and the handlers. In that case it probably makes sense...
Yes that would probably make sense and also be more consistent.
I think it fits into this issue/PR, so if you can include it into the current PR, that'd be cool.
This has been implemented for most use cases in #468. However, that pull request requires returned futures to live for `'static`, which they won't do if you use the state...
If you are looking for a json body parser, you might be interested in [msrd0/gotham-restful](https://gitlab.com/msrd0/gotham-restful). Otherwise, I recommend you either use the latest release candidate / the master branch of...
Well, I guess this is just my subjective impression from maintainers basically doing nothing for month consecutively, not an official statement from the maintainers. So take it with a grain...