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) | HttpResponse | static |
| HTTP_STATUS_CONTINUE (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_FORBIDDEN (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_INTERNAL_SERVER_ERROR (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_METHOD_NOT_ALLOWED (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_MOVED_PERMANENTLY (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_NOT_FOUND (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_NOT_IMPLEMENTED (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_OK (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_SERVICE_UNAVAILABLE (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_SWITCHING_PROTOCOL (defined in HttpResponse) | HttpResponse | static |
| HTTP_STATUS_UNAUTHORIZED (defined in HttpResponse) | HttpResponse | static |
| 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) | HttpResponse | virtual |
1.8.6