Warning: This hasn’t been touched since 2007 and is abandonware!
A simple application/library/DSL/whatever to test that your web application or server returns correct HTTP responses.
Please note that some important functionality is missing.
host("monoworld.ath.cx") do
get("/").assert_code(404)
end
host("missing.monoworld.ath.cx") do
get("/").assert_code(404)
end
host("qerub.monoworld.ath.cx") do
get("/").assert_redirection("fruktsallad.net/~qerub/", 301)
end
svn co http://code.qerub.se/svn/http_tester/