芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/aws/aws-sdk-php/src/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); }; } }