|
|
| post (const std::string &url, const std::string &oauth2_bearer_token="", ssl_verify_peer ssl_verify_peer_v={true}) |
| |
|
| post (const std::string &url, const std::map< std::string, std::string > &form, const std::string &pipe_field_name, const default_file_name &default_file_name, const std::string &oauth2_bearer_token="", ssl_verify_peer ssl_verify_peer_v={true}) |
| |
| virtual continuation | operator() (message_ptr msg, const message_callbacks &emit_message) override |
| | Executes transform for the given message; consumes msg. More...
|
| |
| bool | is_leaf () const override |
| | Check if chain element is a leaf (last element which doesn't produce any messages). At this moment only exporters are leafs. More...
|
| |
|
| chain_element (chain_element &&)=default |
| |
|
chain_element & | operator= (chain_element &&)=default |
| |
|
virtual bool | is_generator () const |
| |
Definition at line 35 of file post.h.
◆ is_leaf()
| bool docwire::http::post::is_leaf |
( |
| ) |
const |
|
inlineoverridevirtual |
Check if chain element is a leaf (last element which doesn't produce any messages). At this moment only exporters are leafs.
- Returns
- true if leaf
Implements docwire::chain_element.
Definition at line 50 of file post.h.
◆ operator()()
| virtual continuation docwire::http::post::operator() |
( |
message_ptr |
msg, |
|
|
const message_callbacks & |
emit_message |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: