RequestOption configures an individual request or the client.
func(*RequestConfig)
| 8 | |
| 9 | // RequestOption configures an individual request or the client. |
| 10 | type RequestOption func(*RequestConfig) |
| 11 | |
| 12 | // RequestConfig holds the configuration for an HTTP request. |
| 13 | type RequestConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…