(define (http-get uri) (unless (equal? uri (string->uri "https://group-server.example.com/the#group")) (exit 1) (values (build-response #:headers '((content-type text/turtle))) "@prefix vcard: . <#group> a vcard:Group; vcard:hasMember . ")))