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

Ensure support for large upload/download files #61

Closed cjstehno closed 6 years ago

cjstehno commented 7 years ago

Make sure that the uploading and downloading support specifications support very large files in some manner.

cjstehno commented 7 years ago

Not sure how I am going to test this one... I guess I could create a file during the test.

cjstehno commented 6 years ago

Implemented and will be in the upcoming release.