+
Point of view
All features
deferred class HTTP_METHOD_HANDLER
Summary
Class invariant
Overview
features
code: INTEGER_32
writable attribute
the HTTP answer code
method: STRING
deferred function
the method
is_ready: BOOLEAN
deferred function
answer
effective procedure
add_header (header: STRING)
deferred procedure
add_body (body: STRING)
deferred procedure
make (a_uri: STRING, a_version: STRING, a_out: OUTPUT_STREAM)
deferred procedure
out_stream: OUTPUT_STREAM
writable attribute
the stream where the HTTP answer is written
uri: STRING
writable attribute
the source URI
version: STRING
writable attribute
the version
response_header: FAST_ARRAY[STRING]
writable attribute
response_body: STRING
writable attribute
default_body
effective procedure
set_content_length
effective procedure
reason: STRING
effective function
newline
effective procedure
output CRLF
prepare_answer
deferred procedure