MCPcopy Create free account
hub / github.com/OSGeo/gdal / CPLHTTPFetch

Function CPLHTTPFetch

port/cpl_http.cpp:1252–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250// clang-format on
1251
1252CPLHTTPResult *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.

Callers 15

importFromUrlMethod · 0.85
OGRGeocodeCommonFunction · 0.85
RunPOSTMethod · 0.85
RunDELETEMethod · 0.85
RunGETMethod · 0.85
HTTPFetchMethod · 0.85
GetFeatureCountMethod · 0.85
IGetExtentMethod · 0.85
GMLParseXMLFileFunction · 0.85
HTTPFetchMethod · 0.85

Calls 1

CPLHTTPFetchExFunction · 0.85

Tested by 1

TEST_FFunction · 0.68