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