HTTP response container.
More...
#include <HttpResponse.h>
Inherits std::map< std::string, BrefValue >.
List of all members.
Detailed Description
HTTP response container.
Contains a HTTP request using HttpHeader
- See also:
- HttpRequest
Member Function Documentation
Get a buffer containing the response header as raw data. Example :
- Returns:
- The response header as raw data.
Get the HTTP result reason.
- Returns:
- HTTP result reason
- See also:
- setReason()
Get the HTTP result code.
- Returns:
- HTTP result code
- See also:
- setStatus()
Get the current HTTP version.
- Returns:
- Used HTTP version
- See also:
- setVersion()
Set HTTP result reason.
- Parameters:
-
reason | The HTTP result reason. |
- See also:
- getReason()
Set HTTP result code.
- Parameters:
-
type | The HTTP result code. |
- See also:
- getStatus()
The documentation for this class was generated from the following file: