-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
Milestone
Description
As far as I know, SPARQL update requests are always sent with Content-type application/x-www-form-urlencoded. It would be nice if one could choose to send such requests as application/sparql-update instead. This is useful if one has a SPARQL endpoint that does not work with one of these content types.
Personally, I would like to have this feature for the following reason: RDFLib's SPARQLStore currently has its own implementation of SPARQL Updates and allows the user to choose the content type. I like replace the custom implementation with SPARQLWrapper without breaking the API.
Reactions are currently unavailable