chibi-scheme/lib/chibi/net/server-util.sld

9 lines
362 B
Scheme

(define-library (chibi net server-util)
(import (chibi) (chibi io) (chibi net) (chibi string) (chibi uri)
(chibi process) (chibi time) (chibi pathname) (chibi filesystem)
(chibi temp-file)
(srfi 33) (srfi 69))
(export line-handler command-handler parse-command
get-host file-mime-type)
(include "server-util.scm"))