You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quicklisp bootstrap parse-url supports http://user:password@proxy:port URL scheme but the client code doesn't. We can just port the exising functions across the projects.
Quicklisp bootstrap parse-url supports http://user:password@proxy:port URL scheme but the client code doesn't. We can just port the exising functions across the projects.
(ql-http:parse-urlstring "http://username:password@proxyhost:8080")
0: ((LABELS QL-HTTP::IN-PORT :IN QL-HTTP::PARSE-URLSTRING) #\R)
Locals:
CHAR = #\R
1: (QL-HTTP::PARSE-URLSTRING "http://username:password@proxyhost:8080")
The text was updated successfully, but these errors were encountered: