Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Range.hpp File Reference
#include <optional>
#include <variant>
#include <Thoth/Http/NHeaders/Request/Headers/Range.tpp>
Include dependency graph for Range.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Thoth::Http::NHeaders::PrefixedRange
 
struct  Thoth::Http::NHeaders::SuffixedRange
 

Namespaces

namespace  Thoth
 
namespace  Thoth::Http
 
namespace  Thoth::Http::NHeaders
 

Typedefs

using Thoth::Http::NHeaders::Range = std::variant< PrefixedRange, SuffixedRange >