Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTTP conformance test suite

Are there any good HTTP conformance test suites?

I need to test some existing code for the standard compliance and do not want to reinvent the wheel and bump into various corner cases.

I'm not specifying the language I use. I expect suite to be generic enough to be adaptable for my needs – although I'd settle for anything that is sane.

like image 817
Alexander Gladysh Avatar asked Apr 06 '09 19:04

Alexander Gladysh


1 Answers

Don't know how accurate or complete it is, but HTTP Lint looks like it may be similar to what you're looking for?

like image 83
Brian Campbell Avatar answered Oct 02 '22 23:10

Brian Campbell