|
4 | 4 |
|
5 | 5 | Copyright (c) 2012-2025 Benoît Chesneau.
|
6 | 6 |
|
7 |
| -__Version:__ 1.21.0 |
| 7 | +__Version:__ 1.22.0 |
8 | 8 |
|
9 | 9 | # hackney
|
10 | 10 |
|
@@ -38,18 +38,18 @@ information on what still needs to be done.
|
38 | 38 |
|
39 | 39 | #### Useful modules are:
|
40 | 40 |
|
41 |
| -- [`hackney`](http://github.com/benoitc/hackney/blob/master/doc/hackney.md): main module. It contains all HTTP client functions. |
42 |
| -- [`hackney_http`](http://github.com/benoitc/hackney/blob/master/doc/hackney_http.md): HTTP parser in pure Erlang. This parser is able |
| 41 | +- [`hackney`](https://hexdocs.pm/hackney/hackney.html): main module. It contains all HTTP client functions. |
| 42 | +- [`hackney_http`](https://hexdocs.pm/hackney/hackney_http.html): HTTP parser in pure Erlang. This parser is able |
43 | 43 | to parse HTTP responses and requests in a streaming fashion. If not set
|
44 | 44 | it will be autodetected if it's a request or a response that's needed.
|
45 | 45 |
|
46 |
| -- [`hackney_headers`](http://github.com/benoitc/hackney/blob/master/doc/hackney_headers.md) Module to manipulate HTTP headers. |
47 |
| -- [`hackney_cookie`](http://github.com/benoitc/hackney/blob/master/doc/hackney_cookie.md): Module to manipulate cookies. |
48 |
| -- [`hackney_multipart`](http://github.com/benoitc/hackney/blob/master/doc/hackney_multipart.md): Module to encode/decode multipart. |
49 |
| -- [`hackney_url`](http://github.com/benoitc/hackney/blob/master/doc/hackney_url.md): Module to parse and create URIs. |
50 |
| -- [`hackney_date`](http://github.com/benoitc/hackney/blob/master/doc/hackney_date.md): Module to parse HTTP dates. |
| 46 | +- [`hackney_headers`](https://hexdocs.pm/hackney/hackney_headers.html) Module to manipulate HTTP headers. |
| 47 | +- [`hackney_cookie`](https://hexdocs.pm/hackney/hackney_cookie.html): Module to manipulate cookies. |
| 48 | +- [`hackney_multipart`](https://hexdocs.pm/hackney/hackney_multipart.html): Module to encode/decode multipart. |
| 49 | +- [`hackney_url`](https://hexdocs.pm/hackney/hackney_url.html): Module to parse and create URIs. |
| 50 | +- [`hackney_date`](https://hexdocs.pm/hackney/hackney_date.html): Module to parse HTTP dates. |
51 | 51 |
|
52 |
| -Read the [NEWS](https://raw.github.com/benoitc/hackney/master/NEWS.md) file |
| 52 | +Read the [NEWS](https://hexdocs.pm/hackney/news.html) file |
53 | 53 | to get the last changelog.
|
54 | 54 |
|
55 | 55 | ## Installation
|
|
0 commit comments