WPILibC++
2019.1.1-beta-4-32-g6bdd7ce
|
This is the complete list of members for wpi::HttpServerConnection, including all inherited members.
BuildCommonHeaders(raw_ostream &os) | wpi::HttpServerConnection | protectedvirtual |
BuildHeader(raw_ostream &os, int code, const Twine &codeText, const Twine &contentType, uint64_t contentLength, const Twine &extra=Twine{}) | wpi::HttpServerConnection | protected |
HttpServerConnection(std::shared_ptr< uv::Stream > stream) (defined in wpi::HttpServerConnection) | wpi::HttpServerConnection | explicit |
m_acceptGzip | wpi::HttpServerConnection | protected |
m_dataConn | wpi::HttpServerConnection | protected |
m_endConn | wpi::HttpServerConnection | protected |
m_keepAlive | wpi::HttpServerConnection | protected |
m_messageCompleteConn | wpi::HttpServerConnection | protected |
m_request | wpi::HttpServerConnection | protected |
m_stream | wpi::HttpServerConnection | protected |
ProcessRequest()=0 | wpi::HttpServerConnection | protectedpure virtual |
SendData(ArrayRef< uv::Buffer > bufs, bool closeAfter=false) | wpi::HttpServerConnection | protected |
SendError(int code, const Twine &message=Twine{}) | wpi::HttpServerConnection | protected |
SendResponse(int code, const Twine &codeText, const Twine &contentType, StringRef content, const Twine &extraHeader=Twine{}) | wpi::HttpServerConnection | protected |
SendStaticResponse(int code, const Twine &codeText, const Twine &contentType, StringRef content, bool gzipped, const Twine &extraHeader=Twine{}) | wpi::HttpServerConnection | protected |
~HttpServerConnection()=default (defined in wpi::HttpServerConnection) | wpi::HttpServerConnection | virtual |