35 throw new MWException(
"ExternalStoreHttp is read-only and does not support store()." );
Example class for HTTP accessible external objects.
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.
Accessable external objects in a particular storage medium.
static get( $url, array $options=[], $caller=__METHOD__)
Simple wrapper for Http::request( 'GET' )
$data
Utility to generate mapping file used in mw.Title (phpCharToUpper.json)