akka/akka-http

Add cookie store for the HTTP client side

Open

#114 opened on Sep 8, 2016

 (10 comments) (2 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:client

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

Issue by jrudolph Wednesday Feb 11, 2015 at 13:53 GMT Originally opened as https://github.com/akka/akka/issues/16855


If configured, the store would automatically pick up cookies from responses and add them to requests. Also, it would make sure that the security rules about which cookies to apply in which situations would be applied.

This is part of the bigger initiative to support a high-level HTTP client interface as tracked as #16856.

/cc @sirthias

Contributor guide