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.