(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 69) (srfi 151))
  (export line-handler command-handler parse-command
          get-host file-mime-type)
  (include "server-util.scm"))