aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_client_alloc.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_client_alloc.3http.adoc')
-rw-r--r--docs/man/nng_http_client_alloc.3http.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/man/nng_http_client_alloc.3http.adoc b/docs/man/nng_http_client_alloc.3http.adoc
index f6fa2862..de659549 100644
--- a/docs/man/nng_http_client_alloc.3http.adoc
+++ b/docs/man/nng_http_client_alloc.3http.adoc
@@ -16,12 +16,12 @@ nng_http_client_alloc - allocate HTTP client
== SYNOPSIS
[source, c]
------------
+----
#include <nng/nng.h>
#include <nng/supplemental/http/http.h>
int nng_http_client_alloc(nng_http_client *clientp, const nng_url *url);
------------
+----
== DESCRIPTION
@@ -35,11 +35,13 @@ This function returns 0 on success, and non-zero otherwise.
== ERRORS
+[horizontal]
`NNG_ENOMEM`:: Insufficient free memory exists.
`NNG_ENOTSUP`:: HTTP not supported.
== SEE ALSO
+[.text-left]
<<nng_http_client_connect.3http#,nng_http_client_connect(3http)>>,
<<nng_http_client_free.3http#,nng_http_client_free(3http)>>,
<<nng_strerror.3#,nng_strerror(3)>>,