Tool to check if web server is following HTTP standard?
        Posted  
        
            by Erik Öjebo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Erik Öjebo
        
        
        
        Published on 2010-04-18T17:30:15Z
        Indexed on 
            2010/04/18
            17:33 UTC
        
        
        Read the original article
        Hit count: 782
        
I'm writing a simple HTTP server which should play nicely with most clients, but is only meant to implement a subset of HTTP 1.1.
During development it would be nice to be able to validate that the generated HTTP reponses are HTTP 1.1 compliant. Is there a tool that can do something along those lines?
Thanks /Erik
© Stack Overflow or respective owner