factor/basis/http/server/server-tests.factor

7 lines
181 B
Factor
Raw Normal View History

USING: http http.server math sequences continuations tools.test ;
IN: http.server.tests
[ t ] [ [ \ + first ] [ <500> ] recover response? ] unit-test
2009-01-31 21:54:49 -05:00
\ make-http-error must-infer