Expand description
The SparqlResponse relay type for crate::client::DspClient::sparql_query.
Deliberately not in src/model/ — every src/model/ type is a
translated domain type per dsp-cli/ADR-0008’s layer-4 contract, and this is
transport-shaped (an HTTP status and a MIME string), not a parsed model.
See dsp-cli/ADR-0016.
Structs§
- Sparql
Response - One relayed SPARQL response: the triplestore’s own status, media type and bytes.