This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Description
@sethmlarson points out that there are a bunch of bits of state that HTTP clients might want to track across otherwise-independent requests:
- cookies
- caches
- altsvc
- permanent redirects
- hsts
- (what else?)
Traditionally http client libs handle cookies, but mostly drop the other stuff on the floor. Maybe we should have a more comprehensive strategy. I think he's thought about this some, so I'll let him fill it more details :-)