[][src]Module clobber::server

Echo server for testing todo: Util server to capture request and save to file

Functions

echo_server

Echo server for testing. I'd love to put this into a test module, but I can't figure out how to share between unit tests, integration tests, benchmarking, etc, without just making it part of the main module.