Releases: jmalloc/echo-server
Releases · jmalloc/echo-server
Version 0.3.4
Fixed
- Fix rendering of the HTTP request line to match RFC-2616
v0.3.3
Version 0.3.2
Changed
- Headers are now displayed in alphabetical order (thanks @marcofranssen)
Version 0.3.1
Added
- Add the
SEND_SERVER_HOSTNAME
environment variable, set tofalse
to prevent the server from sending its hostname - Add the
X-Send-Server-Hostname
request header,
Version 0.3.0
- Add the
/.sse
route, which echoes the request using server-sent events
Version 0.2.0
- Add support for logging HTTP headers to stdout (thanks [@arulrajnet])
Version 0.1.0
- Initial release