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