ESP32 HTTPS Server
httpsserver::HTTPResponse Member List

This is the complete list of members for httpsserver::HTTPResponse, including all inherited members.

_con (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
error()httpsserver::HTTPResponse
finalize() (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
getHeader(std::string const &name) (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
getStatusCode() (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
getStatusText() (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
HTTPResponse(ConnectionContext *con) (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
isHeaderWritten() (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
isResponseBuffered() (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
printStd(std::string const &str)httpsserver::HTTPResponse
setHeader(std::string const &name, std::string const &value) (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
setStatusCode(uint16_t statusCode) (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
setStatusText(std::string const &statusText) (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponse
write(const uint8_t *buffer, size_t size)httpsserver::HTTPResponse
write(uint8_t)httpsserver::HTTPResponse
~HTTPResponse() (defined in httpsserver::HTTPResponse)httpsserver::HTTPResponsevirtual