开发者

http server validation

开发者 https://www.devze.com 2022-12-11 03:50 出处:网络
I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications.

I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML conformance, but i see nothing for http protocole and specialy for the server par开发者_StackOverflowt.

Is there a test tool for verify that ?

(no secret : http://raubarede.homelinux.org/ruby/local/PicoWebServer )


You could always try and extract the comprehensive unit tests from Mongrel (http://github.com/mongrel/mongrel/) which are designed to test HTTP handling.

0

精彩评论

暂无评论...
验证码 换一张
取 消