This is simple Origin server for performance testing of caching proxies and CDNs
go run
web server understands requests in the format:
where:
- SIZE - size of file to produce
- NAME - any name. it is used as a seed value for content of file. Same NAME will result in same content
curl http://localhost:8080/1024/test
will produce a 1024 byte file