module Launch::Router
Overview
Defines a better cookie store for the request The cookies being read are the ones received along with the request, the cookies being written will be sent out with the response. Reading a cookie does not get the cookie object itself back, just the value it holds.
Defined in:
launch/router/cookies.crlaunch/router/file.cr
launch/router/flash.cr
launch/router/params.cr
launch/router/parsers/form_data.cr
launch/router/scope.cr