1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-11 21:30:45 +03:00

Added interlink

This commit is contained in:
Lammert Bies
2016-12-08 02:17:09 +01:00
committed by GitHub
parent 5980a83295
commit d1aba8af7c

View File

@@ -20,3 +20,5 @@
HTTP and HTTPS clients can send request headers to the server to provide details about the communication. These request headers can for example specify the preferred language in which the server should respond and the supported compression algorithms. The function `mg_get_header()` can be called to return the contents of a specific request header. The function will return a pointer to the value text of the header when succesful, and NULL of no matching request header from the client could be found.
### See Also
* [mg_get_cookie();`](mg_get_cookie.md)