chibi-scheme/lib/chibi/net/http.module
Alex Shinn d451a053ca changed type opcode generators to use type objects, not ids
also fixed support for float/double types
2010-09-17 01:47:21 +00: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"))