![]() |
Thoth
A functional, expressive, asynchronous C++26 webdev library
|
#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | Thoth |
| namespace | Thoth::Http |
| namespace | Thoth::Http::NHeaders |
Typedefs | |
| using | Thoth::Http::NHeaders::HeaderKey = std::string |
| using | Thoth::Http::NHeaders::HeaderKeyRef = std::string_view |
| using | Thoth::Http::NHeaders::HeaderValue = std::string |
| using | Thoth::Http::NHeaders::HeaderValueRef = std::string_view |
| using | Thoth::Http::NHeaders::HeaderPair = std::pair< HeaderKey, HeaderValue > |
| using | Thoth::Http::NHeaders::HeaderPairRef = std::pair< HeaderKeyRef, HeaderValueRef > |
| using | Thoth::Http::NHeaders::MapType = std::vector< HeaderPair > |