v2.13.0
✨ Highlights ✨
- New
/websocket/echo
endpoint that implements a basic, conformant WebSocket echo server, useful for testing more advanced HTTP proxy use cases or WebSocket client implementations - New
/sse
endpoint that implements a simple Server-Sent Events stream, useful for testing more advanced HTTP proxy use cases - Support for serving go-httpbin under a path prefix (thanks @waschik!)
What's Changed
- chore: update linting configuration by @mccutchen in #154
- feat: add /websocket/echo endpoint by @mccutchen in #155
- fix: ensure websocket conns respect max duration by @mccutchen in #156
- fix: silence annoying network permission popups on macos by @mccutchen in #157
- chore: minor refactor of base64 handling by @mccutchen in #158
- feat: support serving under a path prefix by @waschik in #120
- docs: update EXCLUDE_HEADERS documentation by @mccutchen in #159
- feat: add /sse endpoint to test Server-Sent Events by @mccutchen in #160
New Contributors
Full Changelog: v2.12.0...v2.13.0