mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
other version numbers than 7 to `scheme-report-environment`, providing initial (scheme base) library.
7 lines
270 B
Scheme
7 lines
270 B
Scheme
|
|
(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"))
|