ffead.server.doc
HttpResponse Member List

This is the complete list of members for HttpResponse, including all inherited members.

addCookie(string cookie) (defined in HttpResponse)HttpResponseinline
generateHeadResponse() (defined in HttpResponse)HttpResponse
generateOptionsResponse() (defined in HttpResponse)HttpResponse
generateResponse() (defined in HttpResponse)HttpResponse
generateTraceResponse(HttpRequest *req) (defined in HttpResponse)HttpResponse
getAccept_ranges() const (defined in HttpResponse)HttpResponseinline
getConnection() const (defined in HttpResponse)HttpResponseinline
getContent() const (defined in HttpResponse)HttpResponseinline
getContent_len() const (defined in HttpResponse)HttpResponseinline
getContent_str() const (defined in HttpResponse)HttpResponseinline
getContent_type() const (defined in HttpResponse)HttpResponseinline
getDate() const (defined in HttpResponse)HttpResponseinline
getHttpVersion() const (defined in HttpResponse)HttpResponseinline
getLast_modified() const (defined in HttpResponse)HttpResponseinline
getLocation() const (defined in HttpResponse)HttpResponseinline
getServer() const (defined in HttpResponse)HttpResponseinline
getStatusCode() const (defined in HttpResponse)HttpResponseinline
getStatusMsg() const (defined in HttpResponse)HttpResponseinline
getWww_authenticate() const (defined in HttpResponse)HttpResponseinline
HttpResponse() (defined in HttpResponse)HttpResponse
setAccept_ranges(string accept_ranges) (defined in HttpResponse)HttpResponseinline
setConnection(string connection) (defined in HttpResponse)HttpResponseinline
setContent(string content) (defined in HttpResponse)HttpResponseinline
setContent_str(string content_str) (defined in HttpResponse)HttpResponseinline
setContent_type(string content_type) (defined in HttpResponse)HttpResponseinline
setDate(string date) (defined in HttpResponse)HttpResponseinline
setHTTPResponseStatus(HTTPResponseStatus status) (defined in HttpResponse)HttpResponseinline
setHttpVersion(string httpVersion) (defined in HttpResponse)HttpResponseinline
setLast_modified(string last_modified) (defined in HttpResponse)HttpResponseinline
setLocation(string location) (defined in HttpResponse)HttpResponseinline
setServer(string server) (defined in HttpResponse)HttpResponseinline
setStatusCode(string statusCode) (defined in HttpResponse)HttpResponseinline
setStatusMsg(string statusMsg) (defined in HttpResponse)HttpResponseinline
setWww_authenticate(string www_authenticate) (defined in HttpResponse)HttpResponseinline
~HttpResponse() (defined in HttpResponse)HttpResponsevirtual