aboutsummaryrefslogtreecommitdiffstats
path: root/manual/gun_app.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-03-27 20:22:42 +0100
committerLoïc Hoguin <[email protected]>2015-03-27 20:22:42 +0100
commit4ae8967785f2a01a9eacf12a5ff0710f393ba053 (patch)
treeaeba330b7da89f2ba673f30a1b8c5d984c2be801 /manual/gun_app.md
parentba9ff8f5728694c226e5c2d38ac82da8faa0a243 (diff)
downloadgun-4ae8967785f2a01a9eacf12a5ff0710f393ba053.tar.gz
gun-4ae8967785f2a01a9eacf12a5ff0710f393ba053.tar.bz2
gun-4ae8967785f2a01a9eacf12a5ff0710f393ba053.zip
Update manual
A number of @todo also remain in this document. The manual pages have been converted to Asciidoc and they can be installed system-wide using make install-docs. The asciidoc rules will be converted into an erlang.mk plugin in the near future.
Diffstat (limited to 'manual/gun_app.md')
-rw-r--r--manual/gun_app.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/manual/gun_app.md b/manual/gun_app.md
deleted file mode 100644
index 448145b..0000000
--- a/manual/gun_app.md
+++ /dev/null
@@ -1,22 +0,0 @@
-The Gun Application
-===================
-
-Asynchronous SPDY, HTTP and Websocket client.
-
-Dependencies
-------------
-
-The `gun` application uses the Erlang applications `ranch`
-for abstracting TCP and SSL over a common interface, and
-the applications `asn1`, `public_key` and `ssl` for using
-the SSL transport. These dependencies must be loaded for
-the `gun` application to work. In an embedded environment
-this means that they need to be started with the
-`application:start/{1,2}` function before the `gun`
-application is started.
-
-Environment
------------
-
-The `gun` application does not define any application
-environment configuration parameters.