Skip to content

Tags: jmalloc/echo-server

Tags

v0.3.7

Toggle v0.3.7's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.3.7

### Added

- Added the `WEBSOCKET_ROOT` environment variable, which sets the root path to
  use for all websocket connections made by the `.ws` user interface (thanks
  [@maximthomas]).

### Changed

- The `.ws` and `.sse` endpoints are now served from every directory, not only
  the root path.
- The websocket user interface served by `.ws` will now establish a websocket
  connection to the directory it is served from, not only the root path.
- The websocket user interface now logs the URL that it connects to.

v0.3.6

Toggle v0.3.6's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.3.6

- Add support for sending arbitrary headers in all responses

v0.3.4

Toggle v0.3.4's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.3.4

### Fixed

- Fix rendering of the HTTP request line to match RFC-2616

v0.3.3

Toggle v0.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.3.3

### Fixed

- Prevent rendering empty header value along real header values
- Render all values for each header, not only the first

v0.3.2

Toggle v0.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.3.2

### Changed

- Headers are now displayed in alphabetical order (thanks [@marcofranssen])

v0.3.1

Toggle v0.3.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.3.1

- Add the `SEND_SERVER_HOSTNAME` environment variable, set to `false` to prevent the server from sending its hostname
- Add the `X-Send-Server-Hostname` request header,

v0.3.0

Toggle v0.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.3.0

- Add the `/.see` route

v0.2.0

Toggle v0.2.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.2.0

- Add support for logging HTTP headers to stdout (thanks [@arulrajnet])

v0.1.0

Toggle v0.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.1.0

- Initial release