+
Point of view
All features
expanded class CGI_COOKIE_JAR
Summary
Access to the CGI cookies. This class is expanded; cookies are application-wide.
Direct parents
Insert list: CGI_UTILS
Overview
cookie (name: ABSTRACT_STRING): CGI_COOKIE
effective function
{ANY}
require ensure
  • Result /= Void
for_each (action: PROCEDURE[TUPLE 1[CGI_COOKIE]])
effective procedure
{ANY}
is_field_reserved (a_field: ABSTRACT_STRING): BOOLEAN
effective function
require
  • a_field /= Void
flush (a_output: OUTPUT_STREAM)
effective procedure
default_create
effective procedure
{}
Default creation method.
It is used when no creation method is specified if allowed. Note it may be renamed.
init
once procedure
{}
parse_cookie (http_cookie: STRING, start: INTEGER_32): INTEGER_32
effective function
{}
is_token (value: ABSTRACT_STRING): BOOLEAN
effective function
{ANY}
require
  • value /= Void
is_separators (value: ABSTRACT_STRING): BOOLEAN
effective function
{ANY}
require
  • value /= Void
is_valid_path (a_path: ABSTRACT_STRING): BOOLEAN
effective function
{ANY}
effective function
{ANY}
CRLF, the standard Web end-of-line
is_separator (char: CHARACTER): BOOLEAN
effective function
{}