34 return MediaWikiServices::getInstance()->getHttpRequestFactory()->
35 get( $url, [], __METHOD__ );
38 public function store( $location, $data ) {
40 throw new MWException(
"ExternalStoreHttp is read-only and does not support store()." );
External storage using HTTP requests.
store( $location, $data)
Insert a data item into a given location.
isReadOnly( $location)
Check if a given location is read-only.
fetchFromURL( $url)
Fetch data from given external store URL.
Base class for external storage.