http: Support callback functions in GuzzleHttpRequest
[lhc/web/wiklou.git] / autoload.php
index 61b8177..df1c0b2 100644 (file)
@@ -819,6 +819,7 @@ $wgAutoloadLocalClasses = [
        'MIMEsearchPage' => __DIR__ . '/includes/specials/SpecialMIMEsearch.php',
        'MSCompoundFileReader' => __DIR__ . '/includes/libs/mime/MSCompoundFileReader.php',
        'MWCallableUpdate' => __DIR__ . '/includes/deferred/MWCallableUpdate.php',
+       'MWCallbackStream' => __DIR__ . '/includes/http/MWCallbackStream.php',
        'MWContentSerializationException' => __DIR__ . '/includes/exception/MWContentSerializationException.php',
        'MWCryptHKDF' => __DIR__ . '/includes/utils/MWCryptHKDF.php',
        'MWCryptHash' => __DIR__ . '/includes/libs/MWCryptHash.php',