Help for this page

Select Code to Download


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