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.desc13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/man/man3http.desc b/docs/man/man3http.desc
deleted file mode 100644
index b6659eb8..00000000
--- a/docs/man/man3http.desc
+++ /dev/null
@@ -1,13 +0,0 @@
-This section documents supplemental HTTP (HyperText Transport Protocol)
-support functions that are available.
-
-These functions can be used in conjunction with the
-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.