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