OptionalallowOptionalbodyForm-encoded request body, set for POST requests.
OptionalmaxMaximum response body size in bytes. The default transport aborts and rejects once the accumulated body exceeds this, guarding against memory-exhaustion from an oversized response. Defaults to 50 MB.
OptionalmethodHTTP method (default 'GET'). 'POST' is used by the verification endpoints.
OptionaltimeoutRequest timeout in milliseconds.
Permit cleartext
http://URLs. The default transport refuses non-HTTPS URLs unless this is set, so a misconfigured base URL cannot silently send the API key over the wire unencrypted. Defaults tofalse.