Commit 56b9cd14 authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_send_websocket_handshake.md

parent 3550cc8f
......@@ -7,14 +7,14 @@ signature: |
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
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
a better API for that.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment