View Source API Reference cookie_jar v1.1.0

Modules

CookieJar is here to store your cookie

Model individual Cookie as specified by the MDN doc Some of the functionalities are irrelevant so only the following attributes are kept: domain, include_subdomain, path, secure, expires, name and value

Use this module instead of HTTPoison, use jar as the first argument in all function calls, i.e. [:get, :get!, :head, :head!, :options, :options!, :delete, :delete!, :post, :post!, :put, :put!, :patch, :patch!]

Use this module instead of HTTPotion, use jar as the first argument in all function calls, i.e. [:get, :head, :options, :delete, :post, :put, :patch, :get!, :head!, :options!, :delete!, :post!, :put!, :patch!]

CookieJar server process implementation