File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- 2012-2017 (c) Benoît Chesneau <benoitc@e-engura.org>
1+ 2012-2018 (c) Benoît Chesneau <benoitc@e-engura.org>
22
33Licensed under the Apache License, Version 2.0 (the "License");
44you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11hackney
22-------
33
4- 2012-2017 (c) Benoît Chesneau <benoitc@e-engura.org>
4+ 2012-2018 (c) Benoît Chesneau <benoitc@e-engura.org>
55
66hackney is released under the Apache 2 license. See the LICENSE file for
77the complete license.
Original file line number Diff line number Diff line change 22
33# hackney - HTTP client library in Erlang #
44
5- Copyright (c) 2012-2017 Benoît Chesneau.
5+ Copyright (c) 2012-2018 Benoît Chesneau.
66
7- __ Version:__ 1.10.1
7+ __ Version:__ 1.11.0
88
99# hackney
1010
@@ -512,7 +512,7 @@ Running the tests:
512512
513513```
514514$ gunicorn --daemon --pid httpbin.pid httpbin:app
515- $ rebar3 eunit
515+ $ make test
516516$ kill `cat httpbin.pid`
517517```
518518
@@ -546,3 +546,4 @@ $ kill `cat httpbin.pid`
546546<tr ><td ><a href =" http://github.com/benoitc/hackney/blob/master/doc/hackney_trace.md " class =" module " >hackney_trace</a ></td ></tr >
547547<tr ><td ><a href =" http://github.com/benoitc/hackney/blob/master/doc/hackney_url.md " class =" module " >hackney_url</a ></td ></tr >
548548<tr ><td ><a href =" http://github.com/benoitc/hackney/blob/master/doc/hackney_util.md " class =" module " >hackney_util</a ></td ></tr ></table >
549+
Original file line number Diff line number Diff line change 22
33# hackney - HTTP client library in Erlang #
44
5- Copyright (c) 2012-2017 Benoît Chesneau.
5+ Copyright (c) 2012-2018 Benoît Chesneau.
66
7- __ Version:__ 1.10.1
7+ __ Version:__ 1.11.0
88
99# hackney
1010
Original file line number Diff line number Diff line change 1616%%==============================================================================
1717
1818
19- @copyright 2012-2017 Benoît Chesneau.
19+ @copyright 2012-2018 Benoît Chesneau.
2020@version 1.11.0
2121@title hackney - HTTP client library in Erlang
2222
You can’t perform that action at this time.
0 commit comments