Artifact 83732ef8d717950c5c44e8b5d57b088ae223da9b:
- File testhttp/example-client.scm — part of check-in [dae2c48a5c] at 2013-01-14 20:21:07 on branch http-transport — example client and server for http (user: matt, size: 98) [annotate] [blame] [check-ins using]
(use http-client) (print (with-input-from-request "http://localhost:8082/?foo=1" #f read-string))