Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
EntityTag.hpp
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4namespace Thoth::Http::NHeaders {
5 struct EntityTag {
6 std::string tag;
7 bool isWeak;
8 };
9}
10
11#include <Thoth/Http/NHeaders/Headers/EntityTag.tpp>
Definition _base.hpp:5
Definition EntityTag.hpp:5
bool isWeak
Definition EntityTag.hpp:7
std::string tag
Definition EntityTag.hpp:6