module Arachnid::Resource::Cookies
Direct including types
Defined in:
arachnid/resource/cookies.crConstant Summary
-
RESERVED_COOKIE_NAMES =
Regex.new("^(?:Path|Expires|Domain|Secure|HTTPOnly)$", :ignore_case)
-
Reserved names used within Cookie strings
Instance Method Summary
-
#cookie
The raw Cookie String sent along with the resource.
-
#cookies
The Cookie values sent along with the resource.