Giraffe v3.6.0 Release Notes

Release Date: 2019-02-10 // about 5 years ago
  • 🐛 Bug fixes

    • 🛠 Fixed a bug in the subRouteCi http handler, which prevented nested sub routes to be case insensitive.

    🆕 New features

    • ➕ Added two new HttpContext extension methods to retrieve cookie and form values:
      • GetCookieValue (key : string)
      • GetFormValue (key : string)