#include "web/http/Parser.h"#include "core/socket/stream/SocketContext.h"#include "web/http/decoder/Chunked.h"#include "web/http/decoder/HTTP10Response.h"#include "web/http/decoder/Identity.h"Go to the source code of this file.
Namespaces | |
| namespace | web |
| namespace | web::http |
Functions | |
| static bool | web::http::parseContentLengthStrict (const std::string &s, std::size_t &out) |
| static bool | web::http::transferEncodingHasChunked (CiStringMap< std::string > &headers) |
| enum Parser::HTTPCompliance | web::http::operator| (const enum Parser::HTTPCompliance &c1, const enum Parser::HTTPCompliance &c2) |
| enum Parser::HTTPCompliance | web::http::operator& (const enum Parser::HTTPCompliance &c1, const enum Parser::HTTPCompliance &c2) |