Skip to content

Tags: kidmam/ws

Tags

v1.0.1

Toggle v1.0.1's commit message
This release contains patch that makes ws.Dial() and other client

functions send headers in spec compliant capitalization
(`Sec-Websocket-*` to `Sec-WebSocket-*`).

See pull request gobwas#71.

v1.0.0

Toggle v1.0.0's commit message
README: Add JSON-specific req/resp example (gobwas#48)

* README: Add JSON-specific req/resp example

v0.1.0

Toggle v0.1.0's commit message
write: apply BCE optimization to the WriteHeader().