芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/assets/sources/aws/Aws/ApiGateway/ApiGatewayClient.php
getHandlerList(); $stack->appendBuild([__CLASS__, '_add_accept_header']); } public static function _add_accept_header(callable $handler) { return function ( CommandInterface $command, RequestInterface $request ) use ($handler) { $request = $request->withHeader('Accept', 'application/json'); return $handler($command, $request); }; } }