From c2deb4a479be750b054372e83154f4b3b051c95a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 2 Feb 2018 15:43:43 -0800 Subject: Update markup with simpler copyright and new-style asciidoctor. --- docs/libnng.adoc | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) (limited to 'docs/libnng.adoc') diff --git a/docs/libnng.adoc b/docs/libnng.adoc index b23383cc..9d2a1983 100644 --- a/docs/libnng.adoc +++ b/docs/libnng.adoc @@ -2,12 +2,11 @@ :doctype: manpage :manmanual: nng :mansource: nng -:copyright: Copyright 2018 Staysail Systems, Inc. \ - Copyright 2018 Capitar IT Group BV \ - This software is supplied under the terms of the MIT License, a \ - copy of which should be located in the distribution where this \ - file was obtained (LICENSE.txt). A copy of the license may also \ - be found online at https://opensource.org/licenses/MIT. +:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ + Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ + {blank} + \ + This document is supplied under the terms of the \ + https://opensource.org/licenses/MIT[MIT License]. == NAME @@ -117,15 +116,21 @@ be associated with an _aio_ at any time. The following functions are used in the asynchronous model: |=== +|<>|abort asynchronous I/O operation |<>|allocate asynchronous I/O context |<>|cancel asynchronous I/O operation |<>|free asynchronous I/O context +|<>|get input parameter |<>|get message from an asynchronous receive +|<>|get output result |<>|return result from asynchronous operation -|<>|stop asynchronous I/O operation -|<>|wait for an asynchronous I/O operation +|<>|set input parameter +|<>|set scatter/gather vector |<>|set message for an asynchronous send +|<>|set output result |<>|set timeout for an asynchronous send +|<>|stop asynchronous I/O operation +|<>|wait for an asynchronous I/O operation |<>|receive a message asynchronously |<>|send a message asynchronously |=== @@ -185,6 +190,15 @@ The following functions are used to work with HTTP requests, responses, and connections. |=== +| <>|close HTTP connection +| <>|read from HTTP connection +| <>|read all from HTTP connection +| <>|read HTTP request +| <>|read HTTP response +| <>|write to HTTP connection +| <>|write all to HTTP connection +| <>|write HTTP request +| <>|write HTTP response | <>|add HTTP request header | <>|allocate HTTP request structure | <>|copy HTTP request body @@ -243,8 +257,4 @@ with TLS support. == COPYRIGHT -Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + -Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] - -This document is supplied under the terms of the -https://opensource.org/licenses/MIT[MIT License]. +{copyright} -- cgit v1.2.3-70-g09d2