boost::http_proto::fields_base::set
Set a header value
Synopses
Exceptions
Name |
Thrown on |
|
if value is invalid. |
|
if the required space exceeds the maximum capacity. |
|
if the allocation fails. |
Parameters
Name |
Description |
id |
The field constant of the header to set. |
value |
A value, which must be semantically valid for the message. |
it |
An iterator to the header. |
name |
The field name. |
ec |
Set to the error, if value is invalid. |
Created with MrDocs