|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
#include <orbit/http/Http2Session.hpp>#include <orbit/server/Connection.hpp>#include <iostream>#include <unistd.h>#include <sys/types.h>#include <cctype>
Namespaces | |
| namespace | http |
| namespace | http::h2 |
| namespace | http::h2::detail |
Functions | |
| bool | http::h2::detail::is_connection_specific_header (std::string_view name) |
| True if a header is forbidden in HTTP/2 and must not be forwarded. | |
| bool | http::h2::detail::parse_method (std::string_view value, http::HttpMethod &out) |
Maps an HTTP/2 :method pseudo-header value to an HttpMethod. | |
| HeaderBlock | http::h2::detail::build_response_headers (const http::HttpResponse &response) |
| Builds the HTTP/2 response header list for a response. | |