My Project
 All Classes Functions Variables Pages
HttpResponse Member List

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

addHeader(std::string name, std::string value)HttpResponse
close()HttpResponse
getHeader(std::string name)HttpResponse
getHeaders() (defined in HttpResponse)HttpResponse
HTTP_STATUS_BAD_REQUEST (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_CONTINUE (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_FORBIDDEN (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_INTERNAL_SERVER_ERROR (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_METHOD_NOT_ALLOWED (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_MOVED_PERMANENTLY (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_NOT_FOUND (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_NOT_IMPLEMENTED (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_OK (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_SERVICE_UNAVAILABLE (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_SWITCHING_PROTOCOL (defined in HttpResponse)HttpResponsestatic
HTTP_STATUS_UNAUTHORIZED (defined in HttpResponse)HttpResponsestatic
HttpResponse(HttpRequest *httpRequest) (defined in HttpResponse)HttpResponse
sendData(std::string data)HttpResponse
sendData(uint8_t *pData, size_t size) (defined in HttpResponse)HttpResponse
sendFile(std::string fileName, size_t bufSize=4 *1024) (defined in HttpResponse)HttpResponse
setStatus(int status, std::string message)HttpResponse
~HttpResponse() (defined in HttpResponse)HttpResponsevirtual