kaycxx-http
HTTP client library
Loading...
Searching...
No Matches
kaycxx
http
header.hpp
1
// SPDX-FileCopyrightText: 2026 Klaus Reimer <k@ailis.de>
2
// SPDX-License-Identifier: MIT
3
4
#pragma once
5
6
#include <string>
7
8
namespace
kaycxx::http {
9
11
struct
header
{
13
std::string
name
;
14
16
std::string
value
;
17
};
18
19
}
// namespace kaycxx::http
kaycxx::http::header
HTTP header consisting of a name and value.
Definition
header.hpp:11
kaycxx::http::header::name
std::string name
Header name.
Definition
header.hpp:13
kaycxx::http::header::value
std::string value
Header value.
Definition
header.hpp:16
Generated by
1.15.0