RosettaCodeData/Task/URL-encoding/Racket/url-encoding.rkt

4 lines
68 B
Racket
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
#lang racket
(require net/uri-codec)
(uri-encode "http://foo bar/")