C# Class Liara.CookieHelpers

Mostrar archivo Open project: prasannavl/Liara

Private Methods

Method Description
ParseRequestCookies ( ILiaraHashTable headers, bool isCaseSensitive = true ) : string>.IDictionary

Extract Request cookies from the header.

Cookies are case-sensitive in most scenarios.

But since the RFC standard doesn't enforce it, the isCaseSensitive can be used to change behaviour.