From 566d2ff40e9d70917e05f13fb50ef8722cac779b Mon Sep 17 00:00:00 2001 From: w6vvn Date: Thu, 4 Sep 2025 18:04:13 -0700 Subject: [PATCH] net/url includes http stuff. net/url-string is all we want or need --- net.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.rkt b/net.rkt index 594d81f..52d1abd 100644 --- a/net.rkt +++ b/net.rkt @@ -3,7 +3,7 @@ (provide get) (require openssl) -(require net/url) +(require net/url-string) ;; sends a request to a gemini server, and returns the status, header, ;; and the input port for the rest of the body.