From 4e3e93facc0cd273d7ea4a5a5cc43ae715f6e5b6 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 14 Sep 2005 20:40:44 +0000 Subject: * doc/ref/opts.xml: Update for neon 0.25 API.* doc/ref/opts.xml: Update for neon 0.25 API.* doc/ref/opts.xml: Update for neon 0.25 API.* doc/ref/opts.xml: Update for neon 0.25 API.* doc/ref/opts.xml: Update for neon 0.25 API.* doc/ref/opts.xml: Update for neon 0.25 API.* doc/ref/opts.xml: Update for neon 0.25 API.* doc/ref/opts.xml: Update for neon 0.25 API. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@695 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- doc/ref/opts.xml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'doc') diff --git a/doc/ref/opts.xml b/doc/ref/opts.xml index fe8f368..2664085 100644 --- a/doc/ref/opts.xml +++ b/doc/ref/opts.xml @@ -9,8 +9,9 @@ ne_set_useragent ne_set_persist ne_set_read_timeout - ne_set_expect100 - common settings for HTTP sessions + ne_get_scheme + ne_get_server_hostport + common properties for HTTP sessions @@ -37,13 +38,6 @@ int timeout - - void ne_set_expect100 - ne_session *session - int flag - - - @@ -62,8 +55,6 @@ Description - - The User-Agent request header is used to identify the software which generated the request for statistical or debugging purposes. neon does not send a @@ -105,6 +96,16 @@ timeout. It is highly recommended that this option is not enabled unless it is known that the server in use correctly implements Expect: 100-continue support. + The scheme used to initially create the session will be + returned by ne_get_scheme. + + The hostport pair with which the session is associated + will be returned by the + ne_get_server_hostport; for example + www.example.com:8080. Note that the + :port will be omitted if the default port + for the scheme is used. + -- cgit v1.2.1