Closed c-martinez closed 9 months ago
This should fix #445
Great! I will test it as soon as it becomes available on dev.
Can you let me know once this is live on the dev Docker image?
I am right in assuming that this is now reflected in the Docker image clariah/grlc:dev (but not clariah/grlc:latest)?
As suggested by @tkuhn in https://github.com/CLARIAH/grlc/commit/b09824ab3673cb34b2400b78d275f512d0d1a43c.
Adds a new decorator:
endpoint-method
which can be set toPOST
orGET
(defaultPOST
). This allows to control the HTTP method used to communicate between the grlc server and the SPARQL endpoint. According to https://www.w3.org/TR/sparql11-protocol/, both GET and POST are supported.