kanozec
|
483fb8d7c3
Add "in bytes" to sizes in documentation
|
7 years ago |
Jeff R. Allen
|
76e4896901
Fix formatting problem in the docs. (#435)
|
7 years ago |
Mathias Fredriksson
|
66b9c49e59
Move context to first parameter in DialContext
|
7 years ago |
Steven Scott
|
a9dd6e8839
miscellaneous cleanup
|
7 years ago |
SALLEYRON Julien
|
ceae45234a
Add context in the Dialer
|
7 years ago |
Steven Scott
|
b378caee5b
Add write buffer pooling
|
7 years ago |
Gary Burd
|
21ab95fa12
Modify headers to match case used in RFC examples
|
7 years ago |
Gary Burd
|
4835f71f2a
Improve client default timeout code
|
7 years ago |
Pablo Carranza
|
8c40c0b5bd
Bump default handshake timetout to 45 seconds
|
7 years ago |
Pablo Carranza
|
196b8d0585
Add a default handshake timeout of 5 seconds
|
7 years ago |
Julien Salleyron
|
e426f23f06
Sec-WebSocket-Protocol is capitalize instead of canonical
|
7 years ago |
Gary Burd
|
b89020ee79
Add SOCKS5 support
|
8 years ago |
Jérôme Bernard
|
71fa72d484
Replace parseURL() with net/url.Parse() (#290)
|
8 years ago |
Alexander Emelin
|
8dc1cf94c1
enable client compression based on response header
|
8 years ago |
Gary Burd
|
b258b4fadb
Use bufio.Writer returned from hijack in upgrade
|
8 years ago |
William Wennerström
|
3f3e394da2
Update cloneTLSConfig to use Go 1.8 Config.Clone method
|
8 years ago |
Maxime Heckel
|
56d95f2940
add cookie jar to dialer
|
9 years ago |
Gary Burd
|
a0ef436d00
compression: add tests, rename option
|
9 years ago |
Cyrus Katrak
|
c09b72d2ee
per message compression; only no context modes
|
9 years ago |
Gary Burd
|
5a00fb2e99
Do not shallow copy crypto/tls.Config
|
9 years ago |
Seiichi KONDO
|
360dfe00ec
Support proxy authorization for websocket client
|
9 years ago |
Gary Burd
|
3986be78bf
Split raw query from opaque in URL parser
|
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 |
Mark Wolfe
|
70eca1b8e7
Add Proxy support for websocket clients.
|
10 years ago |
Gary Burd
|
5ed2f4547d
Refactor client handshake
|
10 years ago |
Gary Burd
|
7f59b56ea4
Fix DefaultDialar value
|
10 years ago |
Gary Burd
|
1551221275
Reject URIs containing user information
|
10 years ago |
Peter Waller
|
6fd0f867fe
Allow separate specification of http/dial Hosts
|
10 years ago |
Gary Burd
|
b2fa8f6d58
Return response body on bad handshake.
|
10 years ago |