MCPcopy Create free account
hub / github.com/boostorg/asio / header

Class header

example/cpp11/http/server/header.hpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace server {
18
19struct header
20{
21 std::string name;
22 std::string value;
23};
24
25} // namespace server
26} // namespace http

Callers 1

consumeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected