Help for this page
sub MainHandler { my ($request, $response) = @_; ... return RC_OK; }
sub create_httpd { my ($kernel, $heap, $Port) = @_[KERNEL, HEAP, ARG0]; ... $heap->{httpd} = $httpd; }