Skip to content

Commit

Permalink
Improve doc and specs in lhttpc_client module.
Browse files Browse the repository at this point in the history
Added specs for some of the functions.
  • Loading branch information
lastres committed Jan 16, 2013
1 parent 8c98e36 commit 549426a
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 20 deletions.
2 changes: 2 additions & 0 deletions include/lhttpc_types.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@

-type host() :: string() | {integer(), integer(), integer(), integer()}.

-type http_status() :: {integer(), string() | binary()} | {'nil','nil'}.

-type socket_options() :: [{atom(), term()} | atom()].

-type window_size() :: non_neg_integer() | 'infinity'.
Expand Down
Loading

0 comments on commit 549426a

Please sign in to comment.