How to send cookie content wit开发者_Python百科h erlang http client httpc?
I believe like this:
Url = "http://example.org",
httpc:request(get, {Url, [{"Cookie", "name1=value1;name2=value2"}]}.
How to send cookie content wit开发者_Python百科h erlang http client httpc?
I believe like this:
Url = "http://example.org",
httpc:request(get, {Url, [{"Cookie", "name1=value1;name2=value2"}]}.
精彩评论