Seiichi KONDO
|
360dfe00ec
Support proxy authorization for websocket client
|
9 years ago |
Gary Burd
|
0e2713e645
Address common gotchas with package
|
9 years ago |
Gary Burd
|
e85d897656
Merge pull request #110 from tabone/close-frame-response
|
9 years ago |
Luca Tabone
|
bf696496cb
When sending a Close frame in response, the endpoint typically echos the status code it received.
|
10 years ago |
Gary Burd
|
b824a5d853
Merge pull request #109 from vially/patch-1
|
10 years ago |
Valentin Hăloiu
|
6b3bf61ce8
Fix documentation typos
|
10 years ago |
Gary Burd
|
234959944d
Add text description to close errors
|
10 years ago |
Gary Burd
|
5434f8b69b
Improve IsUnexpectedCloseError examples
|
10 years ago |
Gary Burd
|
615f23bc98
Add IsUnexpectedCloseError
|
10 years ago |
Gary Burd
|
a2d85bcbfc
Add IsCloseError, improve doc about errors
|
10 years ago |
Gary Burd
|
3986be78bf
Split raw query from opaque in URL parser
|
10 years ago |
Gary Burd
|
9727ab9cda
Test URL path and query
|
10 years ago |
Gary Burd
|
844dd6d40e
Add closing handshake code to echo example client
|
10 years ago |
Gary Burd
|
361d4c0ffd
Improve echo web UI
|
10 years ago |
Gary Burd
|
c93e5540b8
Add web client to echo example
|
10 years ago |
Gary Burd
|
567453a710
Require GET in Upgrader.Upgrade.
|
10 years ago |
Gary Burd
|
a4e0143e1f
Do not allow duplicate headers in handshake
|
10 years ago |
Gary Burd
|
044091b51d
Fix lint warning
|
10 years ago |
Gary Burd
|
527637c0f3
Merge pull request #90 from wolfeidau/add_proxy_support
|
10 years ago |
Mark Wolfe
|
70eca1b8e7
Add Proxy support for websocket clients.
|
10 years ago |
Gary Burd
|
5ed2f4547d
Refactor client handshake
|
10 years ago |
Gary Burd
|
423912737d
Improve documentation
|
10 years ago |
Gary Burd
|
d14d8b4715
Add pinging to command example
|
10 years ago |
Gary Burd
|
7f59b56ea4
Fix DefaultDialar value
|
10 years ago |
Gary Burd
|
0e33ab35f9
Fix race in command example
|
10 years ago |
Gary Burd
|
f9219095ab
Add command example
|
10 years ago |
Gary Burd
|
f71d4a996f
Return write errors from default pong handler
|
10 years ago |
Gary Burd
|
c66b764651
Add test for bufio.ReadBytes on connection reader
|
10 years ago |
Gary Burd
|
00ae02c5f5
Merge pull request #82 from heppu/master
|
10 years ago |
Henri Koski
|
20b4ee30ab
Small typo fix in comment
|
10 years ago |