pub async fn put_to_solid_pod(
url: String,
body: Vec<u8>,
content_type: Option<String>,
bearer_token: Option<String>,
) -> Result<Value, String>Expand description
Consumer: PUT a local Turtle/file to a Solid resource URL (sync-to-pod).