erlang http post 发送数据请求

ibrowse:send_req("http://127.0.0.1/NativePhone.ashx", [{"Content-Type", "application/x-www-form-urlencoded"}], post, "op=parms"),
httpc:request(post,{"http://127.0.0.1/NativePhone.ashx",[],"text/plain",lists:concat(["op=" ,"parms"])},[],[]).
仅作备忘
原文地址:https://www.cnblogs.com/codew/p/4963239.html