Skip to content

Commit

Permalink
Merge pull request esl#14 from tonsky/master
Browse files Browse the repository at this point in the history
Fixed ResponseBody @SPEC for request/6
  • Loading branch information
viganiko committed Apr 30, 2012
2 parents 071f35c + 1064616 commit 4e5edc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lhttpc.erl
Expand Up @@ -173,7 +173,7 @@ request(URL, Method, Hdrs, Body, Timeout) ->
%% {ok, UploadState} | {error, Reason}
%% StatusCode = integer()
%% ReasonPhrase = string()
%% ResponseBody = binary()
%% ResponseBody = binary() | pid() | undefined
%% Reason = connection_closed | connect_timeout | timeout
%% @doc Sends a request with a body.
%% Would be the same as calling <pre>
Expand Down

0 comments on commit 4e5edc2

Please sign in to comment.