mirror of
https://github.com/lammertb/libhttp.git
synced 2025-09-11 21:30:45 +03:00
Added interlink
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user