diff options
author | Loïc Hoguin <[email protected]> | 2018-07-27 12:46:02 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-07-27 12:46:02 +0200 |
commit | f3f1c663e5fab01c727ab91ddfc4ff257def5f21 (patch) | |
tree | 33951d6494f06738ce933a6b7736855bfcdb513f /_build/content/articles | |
parent | 1c03530c953cb6c550633b292f3fed0351a7b30a (diff) | |
download | ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.tar.gz ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.tar.bz2 ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.zip |
Gun 1.0.0
Diffstat (limited to '_build/content/articles')
-rw-r--r-- | _build/content/articles/gun-1.0.0.asciidoc | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/_build/content/articles/gun-1.0.0.asciidoc b/_build/content/articles/gun-1.0.0.asciidoc new file mode 100644 index 00000000..249806ea --- /dev/null +++ b/_build/content/articles/gun-1.0.0.asciidoc @@ -0,0 +1,44 @@ ++++ +date = "2018-07-27T10:00:00+01:00" +title = "Gun 1.0" + ++++ + +Gun `1.0.0` has been released! + +Gun is an HTTP/1.1, HTTP/2 and Websocket client +for Erlang/OTP. + +Gun provides an asynchronous interface and will +keep the connection open to the server, reconnecting +as necessary. + +Gun has existed for many years as the test client +for Cowboy and is now mature enough to receive a +proper version. Gun is battle tested by customers +and other users but is not the most well tested +client there is. + +I have given the Cowboy treatment to the Gun manual: +a separate page per function call with all kind +of useful information, including examples. Since +Gun provides an asynchronous interface, each message +also has a separate manual page. Check it out: +https://ninenines.eu/docs/en/gun/1.0/manual/ + +Gun 1.0 comes with a number of undocumented features +that you are welcome to try out. They include content +handlers which can be used to decode content on the fly +or Websocket handlers for implementing protocols directly +inside the Gun process. They will be documented as +part of the next few releases. + +You can donate to this project via +https://salt.bountysource.com/teams/ninenines[BountySource]. +These funds are used to pay for additional servers for +testing. A new server was added last month and allows +me to test with additional Linux distributions Alpine, +CentOS and Debian. Thanks in advance! + +As usual, feedback is appreciated, and issues or +questions should be sent via Github tickets. Thanks! |