class HTTP_NO_METHOD_HANDLER

Features exported to HTTP_CONNECTION

Default method handler when no handler is returned by the factory. Just answers 501 (Not Implemented).

Direct parents

conformant parents

HTTP_METHOD_HANDLER

Summary

creation features

exported features

Details

make (a_method: STRING, a_uri: STRING, a_version: STRING, a_out: OUTPUT_STREAM)
is_ready: BOOLEAN
add_header (header: STRING)
add_body (body: STRING)
answer

require

  • is_ready

Class invariant