From d1aba8af7c6b2fbf5fb52ec0b7b326f30d08f110 Mon Sep 17 00:00:00 2001 From: Lammert Bies Date: Thu, 8 Dec 2016 02:17:09 +0100 Subject: [PATCH] Added interlink --- docs/api/mg_get_header.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/mg_get_header.md b/docs/api/mg_get_header.md index 4c92e24c..f6d76110 100644 --- a/docs/api/mg_get_header.md +++ b/docs/api/mg_get_header.md @@ -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)