Home
last modified time | relevance | path

Searched defs:websocket (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dws.h67 struct websocket { struct
68 struct Curl_easy *data; /* used for write callback handling */
69 struct ws_decoder dec; /* decode of we frames */
70 struct ws_encoder enc; /* decode of we frames */
71 struct bufq recvbuf; /* raw data from the server */
72 struct bufq sendbuf; /* raw data to be sent to the server */
73 struct curl_ws_frame frame; /* the current WS FRAME received */
/curl/tests/http/testenv/
H A Dws_echo_server.py36 async def echo(websocket): argument
/curl/tests/libtest/
H A Dlib2305.c40 static void websocket(CURL *curl) in websocket() function
H A Dlib2304.c94 static void websocket(CURL *curl) in websocket() function
/curl/docs/examples/
H A Dwebsocket.c93 static void websocket(CURL *curl) in websocket() function

Completed in 9 milliseconds