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/http.asciidoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/src/guide/http.asciidoc') diff --git a/doc/src/guide/http.asciidoc b/doc/src/guide/http.asciidoc index fb0c7dc..382b245 100644 --- a/doc/src/guide/http.asciidoc +++ b/doc/src/guide/http.asciidoc @@ -218,16 +218,17 @@ StreamRef = gun:options(ConnPid, "*"). ==== Requests with an arbitrary method -The `gun:request/4,5,6` function can be used to send requests -with a configurable method name. It is mostly useful when you -need a method that Gun does not understand natively. +The functions `gun:headers/4,5` or `gun:request/5,6` can be +used to send requests with a configurable method name. It is +mostly useful when you need a method that Gun does not +understand natively. .Example of a TRACE request [source,erlang] ---- gun:request(ConnPid, "TRACE", "/", [ {<<"max-forwards">>, "30"} -]). +], <<>>). ---- === Processing responses -- cgit v1.2.3