]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/5/5.factor
Create basis vocab root
[factor.git] / basis / tools / deploy / test / 5 / 5.factor
1 IN: tools.deploy.test.5
2 USING: http.client kernel ;
3
4 : deploy-test-5 ( -- )
5     "http://localhost:1237/foo.html" http-get 2drop ;
6
7 MAIN: deploy-test-5