Data common to all Pinecone API operation types. More...
#include <operation.hpp>
Public Member Functions | |
operation (operation_args< Op, Dep > args) noexcept | |
constexpr auto | method () const noexcept |
constexpr auto | set_opts (CURL *curl, curl_slist *headers) noexcept -> util::curl_result |
Set CURL options for the operation. More... | |
Static Public Attributes | |
static constexpr auto | op_type = Op |
The type of the operation. | |
Data common to all Pinecone API operation types.
Definition at line 181 of file operation.hpp.
|
inlineconstexprnoexcept |
Definition at line 195 of file operation.hpp.
|
inlineconstexprnoexcept |
Set CURL options for the operation.
curl | the initialized curl object |
headers | headers common to all API operations |
Definition at line 204 of file operation.hpp.
Referenced by pinecone::net::http_client< threading_mode::sync >::request().