chibi-scheme/lib/chibi/net/server-util.sld
2015-04-21 00:01:46 +09:00

9 lines
382 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 call-with-temp-file)
(include "server-util.scm"))