# cookie_jar v1.1.0 - Table of Contents ## Modules - [CookieJar](CookieJar.md): CookieJar is here to store your cookie - [CookieJar.Cookie](CookieJar.Cookie.md): Model individual Cookie as specified by the [MDN doc](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies) Some of the functionalities are irrelevant so only the following attributes are kept: domain, include_subdomain, path, secure, expires, name and value - [CookieJar.HTTPoison](CookieJar.HTTPoison.md): 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!] - [CookieJar.HTTPotion](CookieJar.HTTPotion.md): 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](CookieJar.Server.md): CookieJar server process implementation - [CookieJar.SpecUtils](CookieJar.SpecUtils.md)