boost::http::request_base::set_expect_100_continue
Set the Expect: 100‐continue header.
Synopsis
Declared in <boost/http/request_base.hpp>
void
set_expect_100_continue(bool b);
Exception Safety
Strong guarantee. Calls to allocate may throw. Exception thrown if max capacity exceeded.
Exceptions
Name |
Thrown on |
|
Max capacity would be exceeded. |
Parameters
| Name | Description |
|---|---|
b |
If |
Created with MrDocs