Plasma GitLab Archive
Projects Blog Knowledge

Class type Nethttpd_engine.http_request_notification

class type http_request_notification = object .. end

Notification that the whole request has arrived

This object notifies the user that the request has fully arrived (including the body if accepted), and can now be responded. The environment is the same as in the request header notification, but the channels are now unlocked.

method req_state : engine_req_state
Returns the request processing state which is `Received_request at the moment when this notification is delivered.
method environment : extended_async_environment
The request environment. See above.
method schedule_finish : unit -> unit
Schedules that the request is finished. See above.
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml