HttpServerRequest.cookie

Retrieve a cookie from the request.

@param string key @param string|array|null default @return string|array

class HttpServerRequest
string
cookie
(
string key
,
string defaultValue = null
)

Meta