# http_cookie v0.10.1 - Table of Contents > Standards-compliant HTTP Cookie implementation, with support for Req and Tesla. ## Pages - [HttpCookie](readme.md) - [Changelog](changelog.md) ## Modules - [HttpCookie](HttpCookie.md): HTTP Cookie struct with parsing and related logic. - [HttpCookie.Jar](HttpCookie.Jar.md): HTTP Cookie Jar - [HttpCookie.Jar.Server](HttpCookie.Jar.Server.md): HTTP Cookie Jar Server - [HttpCookie.ReqPlugin](HttpCookie.ReqPlugin.md): Automatically manages cookies using http_cookie. - [HttpCookie.TeslaMiddleware](HttpCookie.TeslaMiddleware.md): Tesla middleware to automatically manage cookies using http_cookie.