Is there any service or library that can validate an http1.1 server?
I implemented a simple http server, and over a year or so I've been extending it as I need to such that I've got a pretty complete and functional http1.1 web/app server.
As a practical matter it works really well - e.g. it seems to serve things robustly to all the browsers I've tried, cUrl etc, but there are a million corner cases when you read the specs for http1.1. I'm sure I have all kinds of odd gremlins in there.
Is there a service that can make http requests to a server to validate the protocol, or a library that does this?