summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2023-01-21 11:22:33 +0000
committerJoe Orton <jorton@apache.org>2023-01-21 12:05:57 +0000
commit86394dabe9a0afc214f50b982e48368e87839188 (patch)
treebefe6fc7fb9ff6acf160a909cc05d4cc194c8382
parent65a0be3d9d4370fc1f96b3c5d3f8213d809de4ea (diff)
downloadneon-git-86394dabe9a0afc214f50b982e48368e87839188.tar.gz
* doc/ref: Small docs update for session flags and request pages. [skip ci]
-rw-r--r--doc/ref/req.xml5
-rw-r--r--doc/ref/sessflags.xml8
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/ref/req.xml b/doc/ref/req.xml
index b2d754d..4a77fd4 100644
--- a/doc/ref/req.xml
+++ b/doc/ref/req.xml
@@ -69,8 +69,7 @@ combination of the <function>ne_begin_request</function>,
linkend="ne_add_request_header"/> and <xref
linkend="ne_print_request_header"/> can be used. To include a message
body with the request, one of the functions
-<function>ne_set_request_body_buffer</function>, <xref
-linkend="ne_set_request_body_fd"/>, or
+<function>ne_set_request_body_buffer</function>, <function>ne_set_request_body_fd</function>, or
<function>ne_set_request_body_provider</function> can be used.</para>
<para>The return value of
@@ -88,7 +87,7 @@ any processing of the response headers and message body.</para>
the resources associated with it. Any subsequent use of the
request object produces undefined behaviour.</para>
- <para>If a request is being using a non-idempotent method such
+ <para>For a request with a non-idempotent method such
as <literal>POST</literal>, the
<literal>NE_REQFLAG_IDEMPOTENT</literal> flag should be
disabled; see <xref linkend="ne_set_request_flag"/>.</para>
diff --git a/doc/ref/sessflags.xml b/doc/ref/sessflags.xml
index e3e15d5..4979494 100644
--- a/doc/ref/sessflags.xml
+++ b/doc/ref/sessflags.xml
@@ -98,7 +98,13 @@
requests</simpara>
</listitem>
</varlistentry>
-
+ <varlistentry>
+ <term><constant>NE_SESSFLAG_SHAREPOINT</constant></term>
+ <listitem>
+ <simpara>enable this flag to use various workarounds to
+ improve interoperability with SharePoint</simpara>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>