From 26fdcd2feef275e00d41d2adbf9655986c89ace9 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sun, 2 Mar 2014 22:29:18 +0100 Subject: [PATCH] sync doc --- README.md | 4 ++-- doc/hackney_util.md | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fae000d5..180e7309 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # hackney - HTTP client library in Erlang # -Copyright (c) 2012-2013 Benoît Chesneau. +Copyright (c) 2012-2014 Benoît Chesneau. -__Version:__ 0.10.1 +__Version:__ 0.11.0 # hackney diff --git a/doc/hackney_util.md b/doc/hackney_util.md index 10800ab5..797e4a6a 100644 --- a/doc/hackney_util.md +++ b/doc/hackney_util.md @@ -10,7 +10,7 @@ ## Function Index ## -
content_type/1
is_ipv6/1
maybe_apply_defaults/2
require/1Start the given applications if they were not already started.
+
content_type/1
encode_idna/1
is_ipv6/1
maybe_apply_defaults/2
require/1Start the given applications if they were not already started.
@@ -24,6 +24,13 @@ `content_type(Name) -> any()` + + +### encode_idna/1 ### + +`encode_idna(Domain) -> any()` + + ### is_ipv6/1 ###