+
Point of view
All features
deferred class CGI_RESPONSE_BODY
Summary
CGI response partial implementation: document body
Direct parents
Insert list: CGI_UTILS
Known children
Insert list: CGI_RESPONSE_CLIENT_REDIRECT_WITH_DOCUMENT, CGI_RESPONSE_DOCUMENT
Class invariant
Overview
content_type: FIXED_STRING
writable attribute
effective function
set_content_type (a_content_type: ABSTRACT_STRING)
effective procedure
require
  • a_content_type /= Void
flush_content_type (a_output: OUTPUT_STREAM)
effective procedure
{}
flush_body (a_output: OUTPUT_STREAM)
effective procedure
{}
body_stream: STRING_OUTPUT_STREAM
writable attribute
{}
body_string: STRING
writable attribute
{}
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
{}