net/url includes http stuff. net/url-string is all we want or need

This commit is contained in:
2025-09-04 18:04:13 -07:00
parent b02f59c17f
commit 566d2ff40e

View File

@@ -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.