Function Request.SafeAccess.read

Read a value. Return defaultValue if key does not exist.

auto read(
  string key,
  T defaultValue = T.init
) const nothrow @nogc @safe;
request.cookie.read("user", "anonymous");