diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-F6CF2920-9095-568B-B332-D5F4A05BD23A.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-F6CF2920-9095-568B-B332-D5F4A05BD23A.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,53 @@ + + + + + +Headers +

HTTP request and response headers are handled by the classes RHTTPHeaders and THTTPHdrVal. +Calling GetHeaderCollection() on RHTTPRequest and RHTTPResponse objects +returns the RHTTPHeaders for the HTTP request and HTTP response +respectively.

+

RHTTPHeaders represents the entire message header, that +is, the entire set of header fields in a request or a response. THTTPHdrVal represents +a value that a single header field can take.

+

HTTP will set some header fields automatically. The client is not required +to add the following to requests:

+ +

Also, HTTP's filters and protocol handler deals automatically with some +headers contained in the server response. These are:

+ +
\ No newline at end of file