compatibility/collects/net/url-sig.ss
Robby Findler 6166f7a201 fixed code that relied on broken behavior of provide/contract
svn: r383

original commit: 507247609568217b4a31a9a7f14ac8a57e67923c
2005-07-16 14:03:55 +00:00

20 lines
388 B
Scheme

(module url-sig mzscheme
(require (lib "unitsig.ss"))
(provide net:url^)
(define-signature net:url^
(get-pure-port
get-impure-port
post-pure-port
post-impure-port
display-pure-port
purify-port
netscape/string->url
string->url
url->string
call/input-url
combine-url/relative
url-exception?
current-proxy-servers)))