8 lines
93 B
Go
8 lines
93 B
Go
package http
|
|
|
|
type metadata struct {
|
|
addr string
|
|
proxyAgent string
|
|
retryCount int
|
|
}
|