
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
@comunica/actor-rdf-dereference-http-parse
Advanced tools
An RDF Dereference actor that resolves the URL using the HTTP bus and parses it using the RDF parse bus.
An RDF Dereference actor implementation for Comunica that resolves the URL using the HTTP bus and parses it using the RDF arse bus.
This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.
Click here if you just want to query with Comunica.
$ yarn add @comunica/actor-rdf-dereference-http-parse
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-dereference-http-parse/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "config-sets:rdf-dereference.json#myRdfDereferencer",
"@type": "ActorRdfDereferenceHttpParse",
"mediatorHttp": {
"@id": "config-sets:http.json#mediatorHttp"
},
"crdhp:mediatorRdfParseMediatypes": {
"@id": "config-sets:rdf-dereference.json#mediatorRdfParseMediatypes",
"@type": "MediatorCombineUnion",
"cc:Mediator/bus": { "@id": "cbrp:Bus/RdfParse" },
"cmcu:Mediator/CombineUnion/field": "mediaTypes"
},
"crdhp:mediatorRdfParseHandle": {
"@id": "config-sets:rdf-dereference.json#mediatorRdfParseHandle",
"@type": "MediatorRace",
"cc:Mediator/bus": { "@id": "cbrp:Bus/RdfParse" }
},
"crdhp:maxAcceptHeaderLength": 1024,
"crdhp:maxAcceptHeaderLengthBrowser": 128,
}
]
}
crdhp:mediatorHttp
: A mediator over the HTTP bus.crdhp:mediatorRdfParseMediatypes
: A mediator over the RDF Parse bus for collecting media types.crdhp:mediatorRdfParseHandle
: A mediator over the RDF Parse bus for actual parsing.crdhp:maxAcceptHeaderLength
: The maximum allowed accept header value length for non-browser environments, defaults to 1024
.crdhp:maxAcceptHeaderLengthBrowser
: The maximum allowed accept header value length for browser environments, defaults to 128
.v1.22.3 - 2021-10-19
<a name="v1.22.2"></a>
FAQs
A node-fetch http actor
The npm package @comunica/actor-rdf-dereference-http-parse receives a total of 2,489 weekly downloads. As such, @comunica/actor-rdf-dereference-http-parse popularity was classified as popular.
We found that @comunica/actor-rdf-dereference-http-parse demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.