mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +02:00
Session wide headers, basic and bearer auth
This commit is contained in:
@@ -23,7 +23,7 @@ use crate::response::ClientResponse;
|
||||
|
||||
/// `WebSocket` connection
|
||||
pub struct WebsocketsRequest {
|
||||
head: RequestHead,
|
||||
pub(crate) head: RequestHead,
|
||||
err: Option<HttpError>,
|
||||
origin: Option<HeaderValue>,
|
||||
protocols: Option<String>,
|
||||
|
Reference in New Issue
Block a user