asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design
Examples

http::server::header Struct Reference

List of all members.


Detailed Description

Definition at line 19 of file header.hpp.


Public Attributes

std::string name
std::string value

Member Data Documentation

std::string http::server::header::name

Definition at line 21 of file header.hpp.

Referenced by http::server::reply::to_buffers().

std::string http::server::header::value

Definition at line 22 of file header.hpp.

Referenced by http::server::reply::to_buffers().


The documentation for this struct was generated from the following file:
asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design