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