Skip to content

Commit 5c8c894

Browse files
committed
sync doc
1 parent f7b0813 commit 5c8c894

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# hackney_lib - Web toolkit #
44

5-
Copyright (c) 2013 Benoît Chesneau.
5+
Copyright (c) 2014 Benoît Chesneau.
66

7-
__Version:__ 0.2.2
7+
__Version:__ 0.2.3
88

99
# hackney
1010

doc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# hackney_lib - Web toolkit #
44

5-
Copyright (c) 2013 Benoît Chesneau.
5+
Copyright (c) 2014 Benoît Chesneau.
66

7-
__Version:__ 0.2.2
7+
__Version:__ 0.2.3
88

99
# hackney
1010

doc/hackney_date.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Function Index ##
1111

1212

13-
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#asctime_to_date-1">asctime_to_date/1</a></td><td>Parse an asctime date.</td></tr><tr><td valign="top"><a href="#date_to_rfc2109-1">date_to_rfc2109/1</a></td><td>Return the date formatted according to RFC2109.</td></tr><tr><td valign="top"><a href="#parse_http_date-1">parse_http_date/1</a></td><td>Parse an HTTP date (RFC1123, RFC850 or asctime date).</td></tr><tr><td valign="top"><a href="#rfc1123_to_date-1">rfc1123_to_date/1</a></td><td>Parse an RFC1123 date.</td></tr><tr><td valign="top"><a href="#rfc850_to_date-1">rfc850_to_date/1</a></td><td>Parse an RFC850 date.</td></tr></table>
13+
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#asctime_to_date-1">asctime_to_date/1</a></td><td>Parse an asctime date.</td></tr><tr><td valign="top"><a href="#date_to_rfc2109-1">date_to_rfc2109/1</a></td><td>Return the date formatted according to RFC2109.</td></tr><tr><td valign="top"><a href="#parse_http_date-1">parse_http_date/1</a></td><td>Parse an HTTP date (RFC1123, RFC850 or asctime date).</td></tr><tr><td valign="top"><a href="#rfc1123_to_date-1">rfc1123_to_date/1</a></td><td>Parse an RFC1123 date.</td></tr><tr><td valign="top"><a href="#rfc2109_to_date-1">rfc2109_to_date/1</a></td><td>Parse an RFC2109 date.</td></tr><tr><td valign="top"><a href="#rfc850_to_date-1">rfc850_to_date/1</a></td><td>Parse an RFC850 date.</td></tr></table>
1414

1515

1616
<a name="functions"></a>
@@ -69,6 +69,19 @@ rfc1123_to_date(Data::binary()) -&gt; any()
6969

7070

7171
Parse an RFC1123 date.
72+
<a name="rfc2109_to_date-1"></a>
73+
74+
### rfc2109_to_date/1 ###
75+
76+
77+
<pre><code>
78+
rfc2109_to_date(Data::binary()) -&gt; any()
79+
</code></pre>
80+
81+
<br></br>
82+
83+
84+
Parse an RFC2109 date.
7285
<a name="rfc850_to_date-1"></a>
7386

7487
### rfc850_to_date/1 ###

doc/hackney_headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* [Function Details](#functions)
88

99

10-
module to manipulate HTT headers.
10+
module to manipulate HTTP headers.
1111

1212

1313
<a name="types"></a>

0 commit comments

Comments
 (0)