|
|
@ -158,7 +158,7 @@ stop() -> |
|
|
|
%% respHeader() = {headerName(), headerValue()} |
|
|
|
%% headerName() = string() |
|
|
|
%% headerValue() = string() |
|
|
|
%% response() = {ok, Status, ResponseHeaders, ResponseBody} | {ok, Status, ResponseHeaders, ResponseBody} | {ibrowse_req_id, req_id() } | {error, Reason} |
|
|
|
%% response() = {ok, Status, ResponseHeaders, ResponseBody} | {ibrowse_req_id, req_id() } | {error, Reason} |
|
|
|
%% req_id() = term() |
|
|
|
%% ResponseBody = string() | {file, Filename} |
|
|
|
%% Reason = term() |
|
|
|