Explorar el Código

Removed duplicate documentation

pull/123/head
benjaminplee hace 10 años
padre
commit
4b0fb6b8a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/ibrowse.erl

+ 1
- 1
src/ibrowse.erl Ver fichero

@ -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()

Cargando…
Cancelar
Guardar