[][src]Module isahc::cookies

Cookie state management.

This module provides a cookie jar implementation conforming to RFC 6265.

Everything in this module requires the cookies feature to be enabled.

Structs

Cookie

Information stored about an HTTP cookie.

CookieJar

Provides automatic cookie session management using an in-memory cookie store.