ゴミ箱
|
Classes | |
class | ContentType |
class | ETag |
class | Server |
class | TypedHeader |
class | UserAgent |
Functions | |
template<class M , class H > | |
void | set (M &message, H &&header) |
HTTP Typed headers module.
It provides guarantees of headers correctness and utilities to work with HTTP headers.
void http::header::set | ( | M & | message, |
H && | header | ||
) |
Sets typed header into beast response.
message | Beast's HTTP message. |
header | Object that implements TypedHeader. |