WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::net::HttpServerConnection Member List

This is the complete list of members for wpi::net::HttpServerConnection, including all inherited members.

BuildCommonHeaders(wpi::util::raw_ostream &os)wpi::net::HttpServerConnectionprotectedvirtual
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::HttpServerConnectionprotectedvirtual
HttpServerConnection(std::shared_ptr< uv::Stream > stream)wpi::net::HttpServerConnectionexplicit
m_acceptGzipwpi::net::HttpServerConnectionprotected
m_dataConnwpi::net::HttpServerConnectionprotected
m_endConnwpi::net::HttpServerConnectionprotected
m_keepAlivewpi::net::HttpServerConnectionprotected
m_messageCompleteConnwpi::net::HttpServerConnectionprotected
m_requestwpi::net::HttpServerConnectionprotected
m_streamwpi::net::HttpServerConnectionprotected
ProcessRequest()=0wpi::net::HttpServerConnectionprotectedpure virtual
SendData(std::span< const uv::Buffer > bufs, bool closeAfter=false)wpi::net::HttpServerConnectionprotected
SendError(int code, std::string_view message={})wpi::net::HttpServerConnectionprotectedvirtual
SendResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, std::string_view extraHeader={})wpi::net::HttpServerConnectionprotectedvirtual
SendStaticResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, bool gzipped, std::string_view extraHeader={})wpi::net::HttpServerConnectionprotectedvirtual
~HttpServerConnection()=defaultwpi::net::HttpServerConnectionvirtual