vendor/guzzle/guzzle/src/Guzzle/Service/CommandClosureCommand.php

Classes

ClosureCommand A ClosureCommand is a command that allows dynamic commands to be created at runtime using a closure to prepare the request. A closure key and \Closure value must be passed to the command in the constructor. The closure must accept the command object as an argument.