cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

Support for HTTP 1.0 #125

Closed cjstehno closed 3 years ago

cjstehno commented 4 years ago

Add support for HTTP 1.0 clients. I would assume that there may be some unavailable features - these should be documented and implemented in such a way that they are clear about why they are not working for the specified instance.

cjstehno commented 4 years ago

There is a test (Http1Test) that is a starting point for working on this. Will need a means of matching based on the version as well as configuring it on the server, if necessary.

cjstehno commented 3 years ago

I am closing this... the API that I was targeting with this actually does support later versions, it just calls it 1.0.