Megatest

example-client.scm at [cd8a4f1a41]
Login

File testhttp/example-client.scm artifact 57afe37838 part of check-in cd8a4f1a41


(use regex http-client)

(print (with-input-from-request "http://localhost:8083/?foo=1" #f 
    (lambda ()
      (let ((match (string-search (regexp "<body>(.*)<.body>") (caddr (string-split (read-string) "\n")))))
	(cadr match)))))