pub const ACCEPT_POST: &str = "text/turtle, application/ld+json, application/n-triples";Expand description
MIME types recognised by the content negotiator. The order matters:
the first format that matches the Accept header wins, and if the
client provides */* the server defaults to Turtle.