开发者

How to send cookie with Erlang httpc

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜