SetInsecure configures the API to use insecure connections.
(insecure bool)
| 53 | |
| 54 | // SetInsecure configures the API to use insecure connections. |
| 55 | func SetInsecure(insecure bool) { |
| 56 | withInsecure = insecure |
| 57 | } |
| 58 | |
| 59 | // SetDumpRequests configures the API options to dump gRPC requests. |
| 60 | func SetDumpRequests(dump bool) { |