factor/basis/tools/deploy/test/5/5.factor

8 lines
151 B
Factor
Raw Normal View History

2008-06-25 21:47:07 -04:00
IN: tools.deploy.test.5
USING: http.client kernel ;
: deploy-test-5 ( -- )
"http://localhost:1237/foo.html" http-get 2drop ;
MAIN: deploy-test-5