chibi-scheme/lib/chibi/net/http.module
Alex Shinn 695b44332e adding interface to bytecode-literals
(need to check these when debugging gc)
2010-12-05 16:53:38 -08:00

7 lines
270 B
Text

(define-module (chibi net http)
(export http-get call-with-input-url with-input-from-url
http-parse-request http-parse-form)
(import-immutable (scheme) (srfi 39) (chibi net) (chibi io)
(chibi uri) (chibi mime))
(include "http.scm"))