HTTP v1.17.0
Loading...
Searching...
No Matches
HttpUtility.cpp File Reference
#include "HttpUtility.h"
#include <iostream>
#include <algorithm>
#include <optional>
#include <charconv>
#include <array>
#include <cassert>
#include "HttpParserException.h"
#include "HttpParser.h"

Go to the source code of this file.

Classes

struct  Converter< T >
 
struct  Converter< std::string >
 
struct  Converter< std::optional< std::string > >
 
class  MultipartParser< Args >
 

Namespaces

namespace  web
 

Functions

std::string web::getHTTPLibraryVersion ()
 
std::string web::encodeUrl (std::string_view data)
 
std::string web::decodeUrl (std::string_view data)
 
std::string web::__getMessageFromCode (int code)