net/url includes http stuff. net/url-string is all we want or need
This commit is contained in:
2
net.rkt
2
net.rkt
@@ -3,7 +3,7 @@
|
|||||||
(provide get)
|
(provide get)
|
||||||
|
|
||||||
(require openssl)
|
(require openssl)
|
||||||
(require net/url)
|
(require net/url-string)
|
||||||
|
|
||||||
;; sends a request to a gemini server, and returns the status, header,
|
;; sends a request to a gemini server, and returns the status, header,
|
||||||
;; and the input port for the rest of the body.
|
;; and the input port for the rest of the body.
|
||||||
|
Reference in New Issue
Block a user