racket/collects/tests/net
Matthew Flatt b8b8260379 net/url: add `current-url-encode-mode'
Changing `current-url-encode-mode' from 'recommended to 'unreserved
causes `url->string' to encode !, *, ', (, and ) using %, which
can avoid confusing some parsers.

See also https://github.com/plt/racket/pull/198
2012-12-17 06:56:38 -07:00
..
stress
websocket
available.rkt second attempt at removing reliance on tcp. available has been greatly simplified because it relied on the behavior the thread.rktl test is actually testing 2012-10-26 15:26:39 -06:00
cgi.rkt
cookie.rkt
encoders.rkt
ftp.rkt net/ftp: make progress proc keyword, change progress protocol 2012-12-13 07:45:26 -07:00
head.rkt
main.rkt
mime.rkt
uri-codec.rkt net/uri-codec: added `uri-path-segment-unreserved-encode' 2012-12-17 06:32:59 -07:00
url-port.rkt
url.rkt net/url: add `current-url-encode-mode' 2012-12-17 06:56:38 -07:00
websocket.rkt Test localhost tcp before running echo server test 2012-10-23 11:28:27 -06:00