aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.headers.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-12 11:25:33 +0100
committerLoïc Hoguin <[email protected]>2020-11-12 11:25:33 +0100
commit01eb4636f7a25ccdd3099629cb0d580ee8688dcc (patch)
tree58bfdaebe56bc2aef594858c271768f25a1cfb14 /doc/src/manual/gun.headers.asciidoc
parent24f217ee8a45fbc89d4a7615dd0bd360fc839708 (diff)
downloadgun-01eb4636f7a25ccdd3099629cb0d580ee8688dcc.tar.gz
gun-01eb4636f7a25ccdd3099629cb0d580ee8688dcc.tar.bz2
gun-01eb4636f7a25ccdd3099629cb0d580ee8688dcc.zip
Use gun:stream_ref() where applicable
Diffstat (limited to 'doc/src/manual/gun.headers.asciidoc')
-rw-r--r--doc/src/manual/gun.headers.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/gun.headers.asciidoc b/doc/src/manual/gun.headers.asciidoc
index 4abcb39..24458aa 100644
--- a/doc/src/manual/gun.headers.asciidoc
+++ b/doc/src/manual/gun.headers.asciidoc
@@ -19,7 +19,7 @@ Method :: binary()
Path :: iodata()
Headers :: gun:req_headers()
ReqOpts :: gun:req_opts()
-StreamRef :: reference()
+StreamRef :: gun:stream_ref()
----
Initiate the given request.