#!/usr/bin/env racket #lang racket/base (require smol-http) (define req (make-http-req 'GET "/hello-world")) (module+ main (write-http-msg req))