Skip to content

Choose Content-type for Update Requests #28

@uholzer

Description

@uholzer

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions