Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Thoth::String::CharSequences::Http Struct Reference

#include <Utils.hpp>

Static Public Attributes

static constexpr std::string_view whitespace { " \t" }
 
static constexpr std::string_view tchar
 
static constexpr std::string_view url
 
static constexpr std::string_view delimiters { "\"(),/:;<=>?@[\\]{}" }
 

Member Data Documentation

◆ delimiters

constexpr std::string_view Thoth::String::CharSequences::Http::delimiters { "\"(),/:;<=>?@[\\]{}" }
staticconstexpr

◆ tchar

constexpr std::string_view Thoth::String::CharSequences::Http::tchar
staticconstexpr
Initial value:
{
"abcdefghijklmnopqrstuvwxyz"
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"0123456789"
"!#$%&'*+-.^_`|~"
}

◆ url

constexpr std::string_view Thoth::String::CharSequences::Http::url
staticconstexpr
Initial value:
{
"abcdefghijklmnopqrstuvwxyz"
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"0123456789"
"-._~"
"!$&'()*+,;="
}

◆ whitespace

constexpr std::string_view Thoth::String::CharSequences::Http::whitespace { " \t" }
staticconstexpr

The documentation for this struct was generated from the following file: