Closed asos-craigmorten closed 4 years ago
Support the Express signature for the cookie() and clearCookie() APIs.
cookie()
clearCookie()
These APIs already exist in Opine, but the signature is different - expecting a full Cookie object vs the Express name, value and options signature.
Cookie
See:
Issue
Support the Express signature for the
cookie()
andclearCookie()
APIs.These APIs already exist in Opine, but the signature is different - expecting a full
Cookie
object vs the Express name, value and options signature.Details
See: