![]() |
WPILibC++ 2025.3.2
|
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, std::string_view codeText, std::string_view contentType, uint64_t contentLength, std::string_view extra={}) | wpi::HttpServerConnection | protectedvirtual |
| HttpServerConnection(std::shared_ptr< uv::Stream > stream) | 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(std::span< const uv::Buffer > bufs, bool closeAfter=false) | wpi::HttpServerConnection | protected |
| SendError(int code, std::string_view message={}) | wpi::HttpServerConnection | protectedvirtual |
| SendResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, std::string_view extraHeader={}) | wpi::HttpServerConnection | protectedvirtual |
| SendStaticResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, bool gzipped, std::string_view extraHeader={}) | wpi::HttpServerConnection | protectedvirtual |
| ~HttpServerConnection()=default | wpi::HttpServerConnection | virtual |