#include <Utils.hpp>
|
| 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 { "\"(),/:;<=>?@[\\]{}" } |
| |
◆ 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: