ruby-rdf / sparql-client

SPARQL client for Ruby.
http://rubygems.org/gems/sparql-client
The Unlicense
112 stars 58 forks source link

Add a mechanism to override the HTTP verb #57

Closed jcoyne closed 9 years ago

jcoyne commented 9 years ago

Marmotta 3.3.0 requires GET for DELETE requests, but can accept POST for INSERT

This enables rdf-marmotta to override less of #request. See https://github.com/dpla/rdf-marmotta/pull/8