![]() |
Thoth
A functional, expressive, asynchronous C++26 webdev library
|
#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>Go to the source code of this file.
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="") |