You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2022/06/24 14:02:03 UTC

[jena-site] branch asf-staging updated: Staged site from service-doc (afe96830ae80c0bc1d08cefa62e9e053de4a3150)

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new cc08b9468 Staged site from service-doc (afe96830ae80c0bc1d08cefa62e9e053de4a3150)
cc08b9468 is described below

commit cc08b946802d1736ca84590ced0f8490df3a6b97
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Jun 24 14:01:59 2022 +0000

    Staged site from service-doc (afe96830ae80c0bc1d08cefa62e9e053de4a3150)
---
 content/documentation/query/service.html | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/content/documentation/query/service.html b/content/documentation/query/service.html
index 4fff5efcc..aeb8429c9 100644
--- a/content/documentation/query/service.html
+++ b/content/documentation/query/service.html
@@ -258,9 +258,10 @@ The values for configuration can be set in the global context (accessed via
 </tbody>
 </table>
 <h4 id="arqhttpserviceallowed"><code>arq:httpServiceAllowed</code></h4>
-<p>The setting can be used to disable execution of any SERVICE request in query.</p>
+<p>This setting can be used to disable execution of any SERVICE request in query.
+Set to &ldquo;false&rdquo; to prohibit SERVICE requests.</p>
 <h4 id="arqhttpqueryclient"><code>arq:httpQueryClient</code></h4>
-<p>The java.net.http HttpClient object to use for <code>SERVICE</code> execution.</p>
+<p>The java.net.http HttpClient object to use for SERVICE execution.</p>
 <h4 id="arqhttpservicesendmode"><code>arq:httpServiceSendMode</code></h4>
 <p>The HTTP operation to use. The value is a string or a <code>QuerySendMode</code> object.</p>
 <p>String settings are:</p>
@@ -281,6 +282,10 @@ The values for configuration can be set in the global context (accessed via
 <td>Use HTTP GET unconditionally. Same as &ldquo;asGetAlways&rdquo;.</td>
 </tr>
 <tr>
+<td>&ldquo;asGetAlways&rdquo;</td>
+<td>Use HTTP GET.</td>
+</tr>
+<tr>
 <td>&ldquo;asGetWithLimitBody&rdquo;</td>
 <td>Use HTTP GET upto a size limit (usually 2kbytes).</td>
 </tr>