module Arachnid::Resource::Cookies

Direct including types

Defined in:

arachnid/resource/cookies.cr

Constant Summary

RESERVED_COOKIE_NAMES = Regex.new("^(?:Path|Expires|Domain|Secure|HTTPOnly)$", :ignore_case)

Reserved names used within Cookie strings

Instance Method Summary

Instance Method Detail

def cookie #

The raw Cookie String sent along with the resource.


[View source]
def cookies #

The Cookie values sent along with the resource.


[View source]