开发者

How to send cookie with Erlang httpc

开发者 https://www.devze.com 2023-03-23 05:43 出处:网络
How to send cookie content wit开发者_Python百科h erlang http client httpc?I believe like this: Url = \"http://example.org\",

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"}]}.
0

精彩评论

暂无评论...
验证码 换一张
取 消