HTTP v1.13.1
|
#include "HTTPUtility.h"
#include <iostream>
#include <algorithm>
#include <optional>
#include <charconv>
#include <array>
#include <cassert>
#include "HTTPParseException.h"
#include "HTTPParser.h"
Go to the source code of this file.
Classes | |
struct | Converter< T > |
struct | Converter< string > |
struct | Converter< optional< string > > |
class | MultipartParser< Args > |
Namespaces | |
namespace | web |
Functions | |
string | web::getHTTPLibraryVersion () |
Get version of HTTP library. | |
string | web::encodeUrl (string_view data) |
string | web::decodeUrl (string_view data) |
string | web::__getMessageFromCode (int code) |