Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
AcceptRanges.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace Thoth::Http::NHeaders {
4 enum class AcceptRanges { None, Bytes };
5}
6
7#include <Thoth/Http/NHeaders/Response/Headers/AcceptRanges.tpp>
Definition _base.hpp:5
AcceptRanges
Definition AcceptRanges.hpp:4