How to send status code along with trailers in a Body::channel? #3005
Unanswered
ramiroaisen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'm not familiar with Icecast (it looks like it's just HTTP), but HTTP doesn't have a concept of sending an HTTP status code in the trailers. That's a field that is returned in an |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, first of all, thanks for this great project!
I'm using hyper to create an Icecast compatible streaming server and I didn't find a way to send a status code along with trailers in a body constructed from
Body::channel
.Is this possible? I only see that
send_trailers
accepts aHeaderMap
but noStatusCode
.I'm sure I'm missing something.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions