ing
This commit is contained in:
parent
f5f96c0292
commit
0b704161e6
|
@ -26,12 +26,12 @@ type Client struct {
|
|||
socket.ClientConnHandlers
|
||||
socket.ReadWriteHandlers
|
||||
|
||||
Name string
|
||||
Name string `json:"name"`
|
||||
|
||||
URL string
|
||||
URL string `json:"url"`
|
||||
|
||||
RequestHeader http.Header
|
||||
Subprotocols []string
|
||||
Subprotocols []string `json:"subprotocols"`
|
||||
// Jar specifies the cookie jar.
|
||||
// If Jar is nil, cookies are not sent in requests and ignored
|
||||
// in responses.
|
||||
|
|
Loading…
Reference in New Issue
Block a user