aboutsummaryrefslogtreecommitdiff
path: root/docs/man/man3http.desc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3http.desc')
-rw-r--r--docs/man/man3http.desc4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/man/man3http.desc b/docs/man/man3http.desc
index 97323e40..b6659eb8 100644
--- a/docs/man/man3http.desc
+++ b/docs/man/man3http.desc
@@ -2,10 +2,12 @@ This section documents supplemental HTTP (HyperText Transport Protocol)
support functions that are available.
These functions can be used in conjunction with the
-<<nng_ws.7#,WebSocket>> transport for Scalability Protocols, or they
+xref:nng_ws.7.adoc[WebSocket] transport for Scalability Protocols, or they
may be used to construct other types of applications that communicate
using HTTP.
It is also possible to combine the two, such that an HTTP server providing
static or dynamic content can also be used to host one or more Scalability
Protocols sockets.
+
+NOTE: At present NNG only supports HTTP/1.0 and HTTP/1.1.