2
如何使用erlang http客戶端發送cookie內容httpc?如何向Erlang發送cookie httpc
如何使用erlang http客戶端發送cookie內容httpc?如何向Erlang發送cookie httpc
我相信是這樣的:
Url = "http://example.org",
httpc:request(get, {Url, [{"Cookie", "name1=value1;name2=value2"}]}.