hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.42k stars 1.59k forks source link

HTTP/1.1 Trailers #2702

Open seanmonstar opened 2 years ago

seanmonstar commented 2 years ago

Add support for HTTP/1.1 chunked encoding trailers.

Xuanwo commented 2 years ago

Let's me have a try, this issue will be company with https://github.com/hyperium/hyper/issues/2699

seanmonstar commented 2 years ago

Thanks for offering! Which would you like to try to tackle first? Sending or receiving? I imagine sending will be less complicated. Whichever you pick, I can add some mentoring instructions in the relevant issue.

Xuanwo commented 2 years ago

It's so nice! I prefer to start with the sending side.

Xuanwo commented 2 years ago

Sorry for the long time delay. I don't have enough bandwidth for this issue now, feel free to pick this up if interested!

Nugine commented 1 year ago

Hi! Is there any update? Will hyper 1.0 support this feature?

Nugine commented 1 year ago

If hyper 1.0 does not support HTTP/1.1 Trailers yet, I can pick this issue up.

off topic conversation Why was my comment marked as spam? I was asking the status. Can someone please explain it? ![2023-04-12_21-15](https://user-images.githubusercontent.com/30099658/231469247-0e1f63ad-e3f2-4dbd-9db1-0ebae5974dbf.png)

seanmonstar commented 1 year ago

The status in these issues is kept up-to-date. We don't keep status stored anywhere else. Many people ask for status updates in issues when there is nothing else to say, so those comments get hidden, since they can start to fill up the issue without helping readers. You're right, though, "spam" is the wrong reason.

yedayak commented 3 months ago

Should this be closed since both sending and receiving was implemented?