github vapor/vapor 4.36.1
Better Cookie Parsing (#2504)

latest releases: 4.95.0, 4.94.1, 4.94.0...
3 years ago
This patch was authored by @gregoryyoung2 and released by @0xTim.

Improves cookie parsing (#2511)

  • Directive keys (i.e. cookie names) can now include % characters (fixes #2504)
  • If a directive has no value (i.e. from failing to parse properly) it will be excluded from HTTPCookies
  • If some directives have values and others do not, the directives with values will still be included in HTTPCookies

Don't miss a new vapor release

NewReleases is sending notifications on new releases.