X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39b91ecabeb35ad879412df1bcd1cec9ea97a20a..6e8e9b6628556d1155ec1372d9a8b0d0dac64794:/docs/latex/wx/http.tex diff --git a/docs/latex/wx/http.tex b/docs/latex/wx/http.tex index 1bce1b9522..7b878ead99 100644 --- a/docs/latex/wx/http.tex +++ b/docs/latex/wx/http.tex @@ -53,17 +53,18 @@ to be reestablished: but you don't have to take care of this wxHTTP reestablishe \func{void}{SetHeader}{\param{const wxString\&}{ header}, \param{const wxString\&}{ h\_data}} It sets data of a field to be sent during the next request to the HTTP server. The field -name is specified by \it{header} and the content by \it{h\_data}. +name is specified by {\it header} and the content by {\it h\_data}. This is a low level function and it assumes that you know what you are doing. \membersection{wxHTTP::GetHeader} \func{wxString}{GetHeader}{\param{const wxString\&}{ header}} -Returns the data attached with a field whose name is specified by \it{header}. +Returns the data attached with a field whose name is specified by {\it header}. If the field doesn't exist, it will return an empty string and not a NULL string. \wxheading{Note} The header is not case-sensitive: I mean that "CONTENT-TYPE" and "content-type" represent the same header. +