summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/2.0/guide/migrating_from_1.1.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-27 10:23:12 +0200
committerLoïc Hoguin <[email protected]>2019-09-27 10:23:12 +0200
commit9c173da6bd647a101bacf38aea488f5e2b304c62 (patch)
tree81abd601eeceb1fd92dc26a4922bdc646026edda /docs/en/gun/2.0/guide/migrating_from_1.1.asciidoc
parente39252ae5048156ac33999ce9bb07212798b6b80 (diff)
downloadninenines.eu-9c173da6bd647a101bacf38aea488f5e2b304c62.tar.gz
ninenines.eu-9c173da6bd647a101bacf38aea488f5e2b304c62.tar.bz2
ninenines.eu-9c173da6bd647a101bacf38aea488f5e2b304c62.zip
Gun 2.0.0-pre.1
Diffstat (limited to 'docs/en/gun/2.0/guide/migrating_from_1.1.asciidoc')
-rw-r--r--docs/en/gun/2.0/guide/migrating_from_1.1.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/gun/2.0/guide/migrating_from_1.1.asciidoc b/docs/en/gun/2.0/guide/migrating_from_1.1.asciidoc
index bc2097f9..7e0acf9d 100644
--- a/docs/en/gun/2.0/guide/migrating_from_1.1.asciidoc
+++ b/docs/en/gun/2.0/guide/migrating_from_1.1.asciidoc
@@ -4,7 +4,7 @@
Gun 1.2 adds support for the CONNECT request over HTTP/1.1
connections.
-== Features added
+=== Features added
* CONNECT requests can now be issued on HTTP/1.1 connections.
The tunneled connection can use any of the protocols Gun
@@ -22,7 +22,7 @@ connections.
* Update Cowlib to 2.6.0
-== Functions added
+=== Functions added
* The functions `gun:connect/2,3,4` have been added. They can
be used to initiate CONNECT requests on HTTP/1.1 connections.