|
Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
|
#include <include/utils.hpp>
Public Attributes | |
| std::string | query |
| http_method_hint | method = http_method_hint::automatic |
| size_t | length_threshold = service_default |
| int | timeout_sec = -1 |
| std::string | accept |
| std::string | content_type |
Static Public Attributes | |
| static constexpr size_t | service_default = std::numeric_limits<size_t>::max() |
| std::string corespace::sparql_request::accept |
Definition at line 224 of file utils.hpp.
Referenced by corespace::resolve_accept().
| std::string corespace::sparql_request::content_type |
Definition at line 225 of file utils.hpp.
Referenced by corespace::resolve_body_strategy().
| size_t corespace::sparql_request::length_threshold = service_default |
| http_method_hint corespace::sparql_request::method = http_method_hint::automatic |
Definition at line 219 of file utils.hpp.
Referenced by corespace::choose_http_method(), and corespace::resolve_body_strategy().
| std::string corespace::sparql_request::query |
Definition at line 218 of file utils.hpp.
Referenced by arachnespace::pheidippides::build_call_preview(), corespace::choose_http_method(), and arachnespace::pheidippides::wdqs().
|
staticconstexpr |
| int corespace::sparql_request::timeout_sec = -1 |
Definition at line 223 of file utils.hpp.
Referenced by arachnespace::pheidippides::build_call_preview().