ISparqlHttpProtocolProcessor Interface |
Namespace: VDS.RDF.Update.Protocol
The ISparqlHttpProtocolProcessor type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProcessDelete |
Processes a DELETE operation which delete a Graph from the Store.
|
![]() | ProcessGet |
Processes a GET operation which should retrieve a Graph from the Store and return it.
|
![]() | ProcessHead |
Processes a HEAD operation which gets information about a Graph in the Store.
|
![]() | ProcessPatch |
Processes a PATCH operation which may choose.
|
![]() | ProcessPost |
Processes a POST operation which should add triples to a Graph in the Store.
|
![]() | ProcessPostCreate |
Processes a POST operation which adds triples to a new Graph in the Store and returns the URI of the newly created Graph.
|
![]() | ProcessPut |
Processes a PUT operation which should save a Graph to the Store completely replacing any existing Graph with the same URI.
|