Skip to content

Commit

Permalink
doc: Update request method option to use lowercase in remote-sparql c…
Browse files Browse the repository at this point in the history
…ommand
  • Loading branch information
remiceres committed Aug 2, 2024
1 parent 5537bed commit b2afe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cli_ref/cli_remote_sparql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The ``remote-sparql`` command allows executing SPARQL queries on a remote server
- `-n`, `\-\-named-graph` `<string>` : Optional named graph URI. Can be specified multiple times. The named graph URIs form the `FROM NAMED` clause.
- `-i`, `--ignore-query-validation`: Optional flag to forgo query syntax validation before it is sent to a remote server. Default: false.

- `-m`, `\-\-request-method` `<GET|POST-Encoded|POST-Direct>` : HTTP request method, `POST-Encoded` is equivalent to ``POST`` request with ``Content-Type:application/x-www-form-urlencoded`` header. `POST-Direct` is equivalent to ``POST`` request with ``Content-Type:application/sparql-query`` header. Default method: GET.
- `-m`, `\-\-request-method` `<get|post-urlencodedEncoded|post-direct>` : HTTP request method, `post-urlencoded` is equivalent to ``POST`` request with ``Content-Type:application/x-www-form-urlencoded`` header. `POST-Direct` is equivalent to ``POST`` request with ``Content-Type:application/sparql-query`` header. Default method: get.
- `-a`, `-of`, `\-\-accept` `<string>` : `Accept` header value which is also an output format. Supported values are listed :ref:`below <corese-command-remote-sparql-output-formats>` Default: `text/csv`.
- `-H`, `\-\-header` `<string>` : Any additional HTTP header to add to the request. Default: none.

Expand Down

0 comments on commit b2afe1f

Please sign in to comment.