Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::DeleteRequestInfo Struct Reference
Inheritance diagram for duckdb::DeleteRequestInfo:
Collaboration diagram for duckdb::DeleteRequestInfo:

Public Member Functions

 DeleteRequestInfo (const string &path, const HTTPHeaders &headers, HTTPParams &params)
 
- Public Member Functions inherited from duckdb::BaseRequest
 BaseRequest (RequestType type, const string &url, const HTTPHeaders &headers, HTTPParams &params)
 
template<class TARGET >
TARGETCast ()
 
template<class TARGET >
const TARGETCast () const
 

Additional Inherited Members

- Static Public Member Functions inherited from duckdb::BaseRequest
static HTTPHeaders MergeHeaders (const HTTPHeaders &headers, HTTPParams &params)
 
- Public Attributes inherited from duckdb::BaseRequest
RequestType type
 
const string & url
 
string path
 
string proto_host_port
 
HTTPHeaders headers
 
HTTPParamsparams
 
bool try_request = false
 Whether or not to return failed requests (instead of throwing)
 
bool have_request_timing = false
 
timestamp_t request_start
 
timestamp_t request_end
 

Constructor & Destructor Documentation

◆ DeleteRequestInfo()

duckdb::DeleteRequestInfo::DeleteRequestInfo ( const string &  path,
const HTTPHeaders headers,
HTTPParams params 
)
inline
53236 : BaseRequest(RequestType::DELETE_REQUEST, path, headers, params) {
53237 }

The documentation for this struct was generated from the following file: