croservices / cro-http

HTTP (including HTTPS and HTTP/2) support for the Cro library for building distributed systems in Raku.
https://cro.services/
Artistic License 2.0
49 stars 26 forks source link

Assorted cookie improvements #176

Closed jnthn closed 2 years ago

jnthn commented 2 years ago

This provides an alternative fix to that one proposed in #174, which quieted a warning. Instead, this collects any extensions and makes them available (and fixes the warning along the way).

Also do a couple of other small code cleanups in the cookie handling code.

Update: now also handles #171.