[erlang-questions] http:request with delete method (Zvi)
Ingela Anderton Andin
ingela@REDACTED
Fri Dec 7 15:17:06 CET 2007
Sorry for the somewhat late response I have been a bit preoccupied by R12.
>
> Anyone know, how to perform HTTP DELETE method with inets?
>
> Is this is a right way:
>
> {ok, Response} = http:request(delete, {URL,[]}, [], [{sync,true}]).
>
>
>
Yes this looks correct. It is documented in the http-client manual page.
http://www.erlang.org/doc/apps/inets/index.html
Regards Ingela - OTP team
More information about the erlang-questions
mailing list