mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-19 08:03:14 +08:00
Update mg_send_websocket_handshake.md
This commit is contained in:
parent
3550cc8f48
commit
56b9cd14cb
@ -7,14 +7,14 @@ signature: |
|
|||||||
const char *extra_headers);
|
const char *extra_headers);
|
||||||
---
|
---
|
||||||
|
|
||||||
Send websocket handshake to the server.
|
Sends WebSocket handshake to the server.
|
||||||
|
|
||||||
`nc` must be a valid connection, connected to a server. `uri` is an URI
|
`nc` must be a valid connection, connected to a server. `uri` is an URI
|
||||||
to fetch, extra_headers` is extra HTTP headers to send or `NULL`.
|
to fetch, `extra_headers` are extra HTTP headers to send or `NULL`.
|
||||||
|
|
||||||
This function is intended to be used by websocket client.
|
This function is intended to be used by the WebSocket client.
|
||||||
|
|
||||||
Note that the Host header is mandatory in HTTP/1.1 and must be
|
Note that the host header is mandatory in HTTP/1.1 and must be
|
||||||
included in `extra_headers`. `mg_send_websocket_handshake2` offers
|
included in `extra_headers`. `mg_send_websocket_handshake2` offers
|
||||||
a better API for that.
|
a better API for that.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user