Version: 4.1.4
3.5.1 Signature
(require web-server/web-server-sig) |
web-server^ : signature |
(serve) → (-> void) Runs the server and returns a procedure that shuts down the server.
(serve-ports ip op) → void ip : input-port? op : output-port? Serves a single connection represented by the ports ip and op.