Unit tests for HTTP server implementation

Anybody know of a suite of server-validation tests? I am trying to build my own HTTP server, but do not know of all the status code responses (like "200 OK") or the internal methods (like "keep-alive") which should be implemented to be considered a "complete" solution.

Any help?

Hi,

Everything is around there.

Well I guess I deserve that... my bad for not being clear :stuck_out_tongue:

Back to the first question though, I would think that somebody would have a HTTP server validation tool/test-suite, no? I am imagining running with an IP/port & getting back a list of Header/Status/Method with "PASS" or "FAIL" on them...

Ok then take a a look around here, i guess you can find something suitable to do that.