You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✔️] 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!
The text was updated successfully, but these errors were encountered:
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>
andreq.headers()
... This code works great except I noticed that thesec-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!The text was updated successfully, but these errors were encountered: