You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-33Lines changed: 33 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,16 +44,16 @@ information on what still needs to be done.
44
44
45
45
#### Useful modules are:
46
46
47
-
-[`hackney`](http://github.com/benoitc/hackney/blob/fix/terminate_async_response/doc/hackney.md): main module. It contains all HTTP client functions.
48
-
-[`hackney_http`](http://github.com/benoitc/hackney/blob/fix/terminate_async_response/doc/hackney_http.md): HTTP parser in pure Erlang. This parser is able
47
+
-[`hackney`](http://github.com/benoitc/hackney/blob/master/doc/hackney.md): main module. It contains all HTTP client functions.
48
+
-[`hackney_http`](http://github.com/benoitc/hackney/blob/master/doc/hackney_http.md): HTTP parser in pure Erlang. This parser is able
49
49
to parse HTTP responses and requests in a streaming fashion. If not set
50
50
it will be autodetected if it's a request or a response that's needed.
51
51
52
-
-[`hackney_headers`](http://github.com/benoitc/hackney/blob/fix/terminate_async_response/doc/hackney_headers.md) Module to manipulate HTTP headers.
53
-
-[`hackney_cookie`](http://github.com/benoitc/hackney/blob/fix/terminate_async_response/doc/hackney_cookie.md): Module to manipulate cookies.
54
-
-[`hackney_multipart`](http://github.com/benoitc/hackney/blob/fix/terminate_async_response/doc/hackney_multipart.md): Module to encode/decode multipart.
55
-
-[`hackney_url`](http://github.com/benoitc/hackney/blob/fix/terminate_async_response/doc/hackney_url.md): Module to parse and create URIs.
56
-
-[`hackney_date`](http://github.com/benoitc/hackney/blob/fix/terminate_async_response/doc/hackney_date.md): Module to parse HTTP dates.
52
+
-[`hackney_headers`](http://github.com/benoitc/hackney/blob/master/doc/hackney_headers.md) Module to manipulate HTTP headers.
53
+
-[`hackney_cookie`](http://github.com/benoitc/hackney/blob/master/doc/hackney_cookie.md): Module to manipulate cookies.
54
+
-[`hackney_multipart`](http://github.com/benoitc/hackney/blob/master/doc/hackney_multipart.md): Module to encode/decode multipart.
55
+
-[`hackney_url`](http://github.com/benoitc/hackney/blob/master/doc/hackney_url.md): Module to parse and create URIs.
56
+
-[`hackney_date`](http://github.com/benoitc/hackney/blob/master/doc/hackney_date.md): Module to parse HTTP dates.
57
57
58
58
Read the [NEWS](https://raw.github.com/benoitc/hackney/master/NEWS.md) file
59
59
to get the last changelog.
@@ -521,30 +521,30 @@ $ kill `cat httpbin.pid`
521
521
522
522
523
523
<tablewidth="100%"border="0"summary="list of modules">
0 commit comments