···1794/// for a signed cookie, then `Error(Nil)` is returned.
1795///
1796/// ```gleam
1797-/// wisp.get_cookie(request, "group")
1798/// // -> Ok("A")
1799/// ```
1800///
···1794/// for a signed cookie, then `Error(Nil)` is returned.
1795///
1796/// ```gleam
1797+/// wisp.get_cookie(request, "group", wisp.PlainText)
1798/// // -> Ok("A")
1799/// ```
1800///