# `HttpCookie.ReqPlugin`
[🔗](https://github.com/reisub/http_cookie/blob/v0.11.0/lib/http_cookie/req_plugin.ex#L2)

Automatically manages cookies using http_cookie.

# `attach`

```elixir
@spec attach(Req.Request.t(), opts :: keyword()) :: Req.Request.t()
```

Attaches the plugin to the request pipeline.

## Request Options

  * `:cookie_jar` - HttpCookie.Jar struct to use, defaults to `nil`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
