From 655adf004ec53a6f38375e3b0a53e485849f8a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 9 Jan 2019 18:23:21 +0100 Subject: Improve documentation about gun:headers/4,5 --- doc/src/guide/protocols.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/guide/protocols.asciidoc') diff --git a/doc/src/guide/protocols.asciidoc b/doc/src/guide/protocols.asciidoc index 2c4fd10..d2529e3 100644 --- a/doc/src/guide/protocols.asciidoc +++ b/doc/src/guide/protocols.asciidoc @@ -11,9 +11,9 @@ sends a request, the server sends back a response. Gun provides convenience functions for performing GET, HEAD, OPTIONS, POST, PATCH, PUT, and DELETE requests. All these -functions are aliases of `gun:request/4,5,6` for the respective -methods. Gun also provides a `gun:data/4` function for streaming -the request body. +functions are aliases of `gun:headers/4,5` or `gun:request/5,6` +for the respective methods. Gun also provides a `gun:data/4` +function for streaming the request body. Gun will send a `gun_inform` message for every intermediate informational responses received. They will always be sent -- cgit v1.2.3