Query sends a QUERY request using the default client.
(url string, cfg ...Config)
| 1037 | |
| 1038 | // Query sends a QUERY request using the default client. |
| 1039 | func Query(url string, cfg ...Config) (*Response, error) { |
| 1040 | return C().Query(url, cfg...) |
| 1041 | } |