David Pedersen

Results 361 comments of David Pedersen
trafficstars

Feels to me like this is better handled at the connection level where you have more control over all this. Tower-http doesn’t know anything about connections so relying on Drop...

Feels like hyper should be the one to provide that information as well. That's where the future is being dropped anyway.

@Protryon do you wanna share your repro or is it secret? 😅

Yes. 100% yes! I have intentionally focused on docs.rs/axum because it provides good value for fairly low effort but axum absolutely should have a website and a logo. I think...

Maybe the easiest way to get started is to fork [the tokio.rs repo](https://github.com/tokio-rs/website) and collaborate on that for a bit to see what you can come up with? Then there...

I think building something for the existing tokio.rs site is a good way to start. All the setup (including deployment) is already done. We can always get axum.rs and have...

Why would axum need a blog? What we need is documentation is isn't purely API level reference docs. See https://diataxis.fr.

@nikmas-dev also, please don't post several comments right after each other. It results in lots of notifications for people watching this repo.

That requires a separate middleware. I'd accept a pr for that