Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
Loading...
Searching...
No Matches
corespace::sparql_request Struct Reference

#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()

Detailed Description

Definition at line 217 of file utils.hpp.

Member Data Documentation

◆ accept

std::string corespace::sparql_request::accept

Definition at line 224 of file utils.hpp.

Referenced by corespace::resolve_accept().

◆ content_type

std::string corespace::sparql_request::content_type

Definition at line 225 of file utils.hpp.

Referenced by corespace::resolve_body_strategy().

◆ length_threshold

size_t corespace::sparql_request::length_threshold = service_default

Definition at line 222 of file utils.hpp.

◆ method

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().

◆ query

std::string corespace::sparql_request::query

◆ service_default

size_t corespace::sparql_request::service_default = std::numeric_limits<size_t>::max()
staticconstexpr

Definition at line 220 of file utils.hpp.

◆ timeout_sec

int corespace::sparql_request::timeout_sec = -1

Definition at line 223 of file utils.hpp.

Referenced by arachnespace::pheidippides::build_call_preview().


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