Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
HttpResponse Member List

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

authorizationRequired() (defined in HttpResponse)HttpResponse
badRequest() (defined in HttpResponse)HttpResponse
forbidden() (defined in HttpResponse)HttpResponse
getStatusCode() (defined in HttpResponse)HttpResponse
getStatusName() (defined in HttpResponse)HttpResponse
hasBody() (defined in HttpResponse)HttpResponse
hasHeader(const String name) (defined in HttpResponse)HttpResponse
HttpResponse() (defined in HttpResponse)HttpResponse
notFound() (defined in HttpResponse)HttpResponse
redirect(String location="") (defined in HttpResponse)HttpResponse
sendBody(HttpServerConnection &connection) (defined in HttpResponse)HttpResponse
sendDataStream(IDataSourceStream *newDataStream, String reqContentType="") (defined in HttpResponse)HttpResponse
sendFile(String fileName, bool allowGzipFileCheck=true) (defined in HttpResponse)HttpResponse
sendHeader(HttpServerConnection &connection) (defined in HttpResponse)HttpResponse
sendJsonObject(JsonObjectStream *newJsonStreamInstance) (defined in HttpResponse)HttpResponse
sendString(const char *string) (defined in HttpResponse)HttpResponse
sendString(String string) (defined in HttpResponse)HttpResponse
sendTemplate(TemplateFileStream *newTemplateInstance) (defined in HttpResponse)HttpResponse
setAllowCrossDomainOrigin(String controlAllowOrigin) (defined in HttpResponse)HttpResponse
setCache(int maxAgeSeconds=3600, bool isPublic=false) (defined in HttpResponse)HttpResponse
setContentType(const String type) (defined in HttpResponse)HttpResponse
setCookie(const String name, const String value) (defined in HttpResponse)HttpResponse
setHeader(const String name, const String value) (defined in HttpResponse)HttpResponse
switchingProtocols() (defined in HttpResponse)HttpResponse
~HttpResponse() (defined in HttpResponse)HttpResponsevirtual