D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
platform360
/
vendor
/
slim
/
slim
/
Slim
/
Factory
/
Psr17
/
Filename :
GuzzlePsr17Factory.php
back
Copy
<?php /** * Slim Framework (https://slimframework.com) * * @license https://github.com/slimphp/Slim/blob/4.x/LICENSE.md (MIT License) */ declare (strict_types=1); namespace Platform360\Slim\Factory\Psr17; class GuzzlePsr17Factory extends Psr17Factory { protected static string $responseFactoryClass = 'Platform360\\GuzzleHttp\\Psr7\\HttpFactory'; protected static string $streamFactoryClass = 'Platform360\\GuzzleHttp\\Psr7\\HttpFactory'; protected static string $serverRequestCreatorClass = 'Platform360\\GuzzleHttp\\Psr7\\ServerRequest'; protected static string $serverRequestCreatorMethod = 'fromGlobals'; }