* @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface OptionsInterface { /** * Describes the redirect behavior of a request * * @return boolean */ public function getAllowRedirects(); /** * Set to a string to specify the path to a file containing a PEM formatted * client side certificate * * @return string */ public function getCert(); /** * Pass a string to specify an HTTP proxy, or an array to specify different * proxies for different protocols * * @return string */ public function getProxy(); /** * Specify the path to a file containing a private SSL key in PEM format * * @return string */ public function getSslKey(); /** * Describes the SSL certificate verification behavior of a request * * @return boolean */ public function getVerify(); /** * Float describing the timeout of the request in seconds. Use 0 to wait * indefinitely (the default behavior) * * @return float */ public function getTimeout(); /** * Protocol version to use with the request * * @return float */ public function getVersion(); /** * Specify where the body of a response will be saved. Must be either a * path to a file or a resource * * @return string|resource */ public function getSink(); } __halt_compiler();----SIGNATURE:----gFDHyNqrBl10faawAj15QZOYEeUmgFsr/P16BSic8WvJlakqrwBZfuwVg6RfjRKF64dYcwIiYR90kyo1eBYyBwCTKF/XvG7epy4RiniuLDZD/4ucnE3cwKL3vFitGQBwThRFGMduRu6xC6+506csCUp3c/VJvGYXaKU2wMEjOrZ4NHzpzYdSJvL62hLXwOsCCJQh1juWH4inRb8gyyoIfESsIl2TcueudtaE2hl4YjOaOInF80UD6aPQNUMDH0wAKFz8GXgHcWOWFltXKxo4f+NhPz2jzLFSoNwBI15E+7+uC74tsMmnOMAydrMbW5Ik/r0e6PkyxNtgS/uczk18PHvPDIeD0oQ18Ydtb2Wo+AzdWBbuCjJ6B+ZlROhh9fLRYjLOmWZ9ixtG5Ctog4SoXPn8vRxDENFC377AXQuhhAlTGlaSskSsTsMAU2VKd1XAACxdDAy0AEzo7OyKzPzll2a6DQCcQ6hUMh++mh6Djku7cAEHQuPUNywN6SxKyNKjf55vJ9NsAzTho0CEreIAXRmNjpJR62L8APicwxcW2N1f01LyglxM3YTfcD/1iZOcchfziKfXhroRUSEXN9zP4f5CH3d9LGSc1Q+54fiQOt+jDcl+NIHaaE43ezhmxgSzGYOky3zGjlWTGXT3cbqEbu0I4weUurkseYihgXKj4Qw=----ATTACHMENT:----Njc5ODIwMzg5NzEyMzY3NCAzNzAzMjIxNTY3Mjc1MDkgNDUxNzg1ODQ0ODUyMzI3Ng==