HTTP
HTTP:DOWNLOAD_FILE
http:download_file(Charstring url, Record header, Charstring file) -> Record
STABLE
No description.
HTTP:GET
http:get(Charstring url, Record header, Charstring parser) -> Record
STABLE
No description.
http:get(Charstring url, Record header) -> Record
STABLE
No description.
HTTP:HEAD
http:head(Charstring url, Record header) -> Record
STABLE
No description.
HTTP:PATCH
http:patch(Charstring url, Record header, Charstring body, Charstring parser) -> Record
STABLE
No description.
http:patch(Charstring url, Record header, Charstring body) -> Record
STABLE
No description.
HTTP:POST
http:post(Charstring url, Record header, Charstring body, Charstring parser) -> Record
STABLE
No description.
http:post(Charstring url, Record header, Charstring body) -> Record
STABLE
No description.
HTTP:PUT
http:put(Charstring url, Record header, Charstring body, Charstring parser) -> Record
STABLE
No description.
http:put(Charstring url, Record header, Charstring body) -> Record
STABLE
No description.
HTTP:UPLOAD_FILE
http:upload_file(Charstring url, Record header, Charstring file, Charstring parser) -> Record
STABLE
No description.
http:upload_file(Charstring url, Record header, Charstring file) -> Record
STABLE
No description.
HTTP:URL_DECODE
http:url_decode(Charstring str) -> Charstring
STABLE
No description.
HTTP:URL_ENCODE
http:url_encode(Charstring str) -> Charstring
STABLE
No description.
