Artifact 4aba6dc5d50a07bec1e4358c75b94dc70c5c5c0d:
- File testhttp/testclient.scm — part of check-in [2763433f17] at 2013-01-17 01:04:24 on branch http-transport — Added basic client/server example using spiffy instead of awful (user: matt, size: 305) [annotate] [blame] [check-ins using] [more...]
(use http-client) (with-input-from-request "http://localhost:12345/hey" ;; #f ;; msg (list (cons 'dat "Testing eh")) read-string)