# `Plug.Conn.InvalidHeaderError`
[🔗](https://github.com/elixir-plug/plug/blob/v1.20.1/lib/plug/conn.ex#L272)

Error raised when trying to send a header that has errors, for example:

  * the header key contains uppercase chars
  * the header value contains newlines \n

---

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