-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
A-axumC-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Experience needed to fix: Easy / not muchCall for participation: Experience needed to fix: Easy / not much
Description
- [✔️] I have looked for existing issues (including closed) about this
Bug Report
Version
axum v0.6.17
axum-core v0.3.4
Platform
MacOS
Description
I got all the headers from the websocket request using req: Request<Body>
and req.headers()
... This code works great except I noticed that the sec-websocket-key
header was missing. If there is another way to get this header please let me know! This is my first time using axum. Thanks!
Metadata
Metadata
Assignees
Labels
A-axumC-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Experience needed to fix: Easy / not muchCall for participation: Experience needed to fix: Easy / not much