ldp 0.0.0

A library to assist with the creation and maintenance of remote RDF data via LDP
Documentation
1
2
3
4
5
6
use reqwest_middleware::reqwest::header::HeaderName;

pub const X_STATE_TOKEN: HeaderName = HeaderName::from_static("x-state-token");
pub const X_IF_STATE_TOKEN: HeaderName = HeaderName::from_static("x-if-state-token");
pub const PREFER: HeaderName = HeaderName::from_static("prefer");
pub const PREFERENCE_APPLIED: HeaderName = HeaderName::from_static("preference-applied");