echoserver/README.md

12 lines
357 B
Markdown
Raw Permalink Normal View History

2021-08-08 15:13:11 +00:00
# echoserver
A basic HTTP server to echo back details of a request
## Contributing
If you find a bug or have an idea for a new feature please [raise an issue](issues/new) to discuss it.
Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.
Thank you 💛