Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
_base.hpp File Reference
#include <string_view>
#include <optional>
#include <variant>
#include <iomanip>
#include <format>
#include <chrono>
#include <string>
#include <Thoth/String/Utils.hpp>
#include <Thoth/Utils/Monostate.hpp>
Include dependency graph for _base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Thoth::Http::NHeaders::Scanner< T >
 
struct  Thoth::Http::NHeaders::InvalidHeaderFormat
 
struct  Thoth::Http::NHeaders::Scanner< T >
 
struct  Thoth::Http::NHeaders::Scanner< std::string >
 
struct  Thoth::Http::NHeaders::Scanner< std::chrono::utc_clock::time_point >
 
struct  Thoth::Http::NHeaders::Scanner< std::chrono::duration< Ped, Ratio > >
 
struct  Thoth::Http::NHeaders::Scanner< std::monostate >
 

Namespaces

namespace  Thoth
 
namespace  Thoth::Http
 
namespace  Thoth::Http::NHeaders
 

Concepts

concept  Thoth::Http::NHeaders::Scannable
 
concept  Thoth::Http::NHeaders::Serializable
 

Enumerations

enum class  Thoth::Http::NHeaders::HeaderErrorEnum { Thoth::Http::NHeaders::NotFound , Thoth::Http::NHeaders::InvalidFormat , Thoth::Http::NHeaders::EmptyValue }
 

Functions

template<class T >
std::optional< T > Thoth::Http::NHeaders::Scan (std::string_view input, std::string_view args="")