Package

io.chrisdavenport

cookiejar

Permalink

package cookiejar

Visibility
  1. Public
  2. All

Type Members

  1. trait CookieJar[F[_]] extends AnyRef

    Permalink

    Algebra for Interfacing with the Cookie Jar

Value Members

  1. object CookieJar

    Permalink
  2. object CookieJarMiddleware

    Permalink

    A CookieJar Middleware which enriches requests and extracts Set-Cookies from the responses to be available for the next client calls.

    A CookieJar Middleware which enriches requests and extracts Set-Cookies from the responses to be available for the next client calls.

    Implements what is outlined in https://tools.ietf.org/html/rfc6265

Ungrouped