Home | History | Annotate | Download | only in websockets

Lines Matching full:websockets

5 #include "net/websockets/websocket_stream.h"
20 #include "net/websockets/websocket_errors.h"
21 #include "net/websockets/websocket_event_interface.h"
22 #include "net/websockets/websocket_handshake_constants.h"
23 #include "net/websockets/websocket_handshake_stream_base.h"
24 #include "net/websockets/websocket_handshake_stream_create_helper.h"
25 #include "net/websockets/websocket_test_util.h"
103 headers.SetHeader(websockets::kUpgrade, websockets::kWebSocketLowercase);
104 headers.SetHeader(HttpRequestHeaders::kConnection, websockets::kUpgrade);
106 headers.SetHeader(websockets::kSecWebSocketVersion,
107 websockets::kSupportedVersion);
273 // to permit selection of a client certificate, but since WebSockets are