Details
Description
Some linked data resources that I'm requesting have important information in their HTTP headers. I would like to access those headers from an LDPath program.
To do so, I expanded the LDCache and LDClient APIs to support exposing headers to a newly created LDPath function.
content_type = fn:header("Content-Type") :: xsd:string ; /* content_type = {application/rdf+xml} */