| 1250 | // clang-format on |
| 1251 | |
| 1252 | CPLHTTPResult *CPLHTTPFetch(const char *pszURL, CSLConstList papszOptions) |
| 1253 | { |
| 1254 | return CPLHTTPFetchEx(pszURL, papszOptions, nullptr, nullptr, nullptr, |
| 1255 | nullptr); |
| 1256 | } |
| 1257 | |
| 1258 | /** |
| 1259 | * Fetch a document from an url and return in a string. |