(define-structure plugin plugin-interface (open scsh scheme httpd-responses) (begin (define (main send/suspend) (make-response http-status/ok (status-code->text http-status/ok) (time) "text/html" '() (make-writer-body (lambda (out options) (format out "

THIS IS FROM SERVLET

~%")))))))