Create operations construct themselves using a unique resource name and an operation-dependent body payload. More...
#include <operation.hpp>
Public Member Functions | |
create_operation_args (net::url_builder const &url_builder, Body body) noexcept | |
auto | body () noexcept -> char const * |
![]() | |
arg_base (std::string url) | |
arg_base (arg_base const &)=default | |
arg_base (arg_base &&) noexcept=default | |
auto | operator= (arg_base const &) -> arg_base &=default |
auto | operator= (arg_base &&) noexcept -> arg_base &=default |
auto | url () const noexcept -> char const * |
Create operations construct themselves using a unique resource name and an operation-dependent body payload.
op | the operation to specialize as a create operation |
Body | the operation-dependent payload type |
Definition at line 120 of file operation.hpp.
|
inlinenoexcept |
Definition at line 132 of file operation.hpp.