ffead.server.doc
|
Public Member Functions | |
string | getContent_str () const |
void | setContent_str (string content_str) |
string | getHttpVersion () const |
void | setHttpVersion (string httpVersion) |
void | setHTTPResponseStatus (HTTPResponseStatus status) |
string | getStatusCode () const |
void | setStatusCode (string statusCode) |
string | getStatusMsg () const |
void | setStatusMsg (string statusMsg) |
string | getDate () const |
void | setDate (string date) |
string | getConnection () const |
void | setConnection (string connection) |
string | getServer () const |
void | setServer (string server) |
string | getAccept_ranges () const |
void | setAccept_ranges (string accept_ranges) |
string | getContent_type () const |
void | setContent_type (string content_type) |
int | getContent_len () const |
string | getContent () const |
void | setContent (string content) |
string | getLast_modified () const |
void | setLast_modified (string last_modified) |
string | getLocation () const |
void | setLocation (string location) |
string | getWww_authenticate () const |
void | setWww_authenticate (string www_authenticate) |
void | addCookie (string cookie) |
string | generateResponse () |
string | generateHeadResponse () |
string | generateOptionsResponse () |
string | generateTraceResponse (HttpRequest *req) |
Definition at line 34 of file HttpResponse.h.