Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 352 Bytes

README.rst

File metadata and controls

12 lines (8 loc) · 352 Bytes

Echo Server

A trivial web service which echos request information for GET and POST requests.

Implmented using just the python standard library.

Only configuration is the ECHO_WEBAPP_PORT environment variable, which can override the default port of 8000.