ring.middleware.cookies/cookies-request
has an arity that allows you to pass your own cookie decoder
io.pedestal.http.ring-middlewares/cookies
does not seem to have a way to pass in the options
flag
https://github.com/pedestal/pedestal/blob/f64630cb3e60ffaf607d70071ca0781a55162f43/service/src/io/pedestal/http/ring_middlewares.clj#L73-L78
what do people normally do in this situation? insert another interceptor to further process the :cookies
map?
or provide a paraller interceptor to io.pedestal.http.ring-middlewares/cookies
that does set a custom decoder ?