Home
last modified time | relevance | path

Searched refs:sec_websocket_key (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/axum/src/extract/
Dws.rs142 sec_websocket_key: HeaderValue, field
153 .field("sec_websocket_key", &self.sec_websocket_key) in fmt()
306 sec_websocket_key: self.sec_websocket_key, in on_failed_upgrade()
358 sign(self.sec_websocket_key.as_bytes()), in on_upgrade()
422 let sec_websocket_key = parts in from_request_parts() localVariable
438 sec_websocket_key, in from_request_parts()
/external/cronet/stable/net/test/embedded_test_server/
Dwebsocket_connection.h41 std::string_view sec_websocket_key,
Dwebsocket_connection.cc31 std::string_view sec_websocket_key, in WebSocketConnection() argument
53 ComputeSecWebSocketAccept(std::string(sec_websocket_key))); in WebSocketConnection()
/external/cronet/tot/net/test/embedded_test_server/
Dwebsocket_connection.h41 std::string_view sec_websocket_key,
Dwebsocket_connection.cc31 std::string_view sec_websocket_key, in WebSocketConnection() argument
53 ComputeSecWebSocketAccept(std::string(sec_websocket_key))); in WebSocketConnection()