Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
_base.hpp File Reference
#include <string>
#include <vector>
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.

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 >