cmorten / opine

Minimalist web framework for Deno ported from ExpressJS.
https://github.com/cmorten/opine/blob/main/.github/API/api.md
MIT License
854 stars 43 forks source link

[FEAT] Support Express style signature for cookie APIs #74

Closed asos-craigmorten closed 4 years ago

asos-craigmorten commented 4 years ago

Issue

Support the Express signature for the cookie() and clearCookie() 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: