deferred class HTTP_METHOD_HANDLER

All features

Direct parents

non-conformant parents

ANY

Known children

conformant children

HTTP_GET_HANDLER, HTTP_NO_METHOD_HANDLER

Summary

exported features

Details

deferred is_ready: BOOLEAN
answer

require

  • is_ready

deferred add_header (header: STRING)
deferred add_body (body: STRING)
code: INTEGER

the HTTP answer code

out_stream: OUTPUT_STREAM

the stream where the HTTP answer is written

uri: STRING

the source URI

version: STRING

the version

deferred method: STRING

the method

response_header: FAST_ARRAY [E_][STRING]
response_body: STRING
default_body
set_content_length
reason: STRING
newline

output CRLF

deferred prepare_answer

Class invariant