* @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:----kO6tvv/I2IrO99vtpdvJA3aM1Bc1UhZUL/6orG9kRHbB9nsWP5fBuR8sl6PlV4w84Mdcg8pSpB//tAjlhoJUQGQtgesNjaCLPs5UxLy3vLnDR3fa/zwHYM5YH5zDiuT0K72fGXO4TQ99O+5qmHH2SOBpkVm2NFU+k+IuBJvAPzj6rcGb+rrkYfqEdTRJhf4san7d40+kkHhiY5QzPrMmyg+vQbZOEjWPC5ToS4EkEGY21iTRldapOtu/wcfvc6MyA+2ZBUAYzTAU4k2H+lJ9NcyhKNCrMAl6sLMVTQj41ROlFizGDFBKHqUtg5XT09y7preDs9Hd1UvjFFLsHwBkd/jBWdn+ku7MSCkJpuYPzsTHOlGqeuKcZvKhDtI0lM40cBCr/V240t3xQqb5kah2uLxjf9oXmdTnk6yefbXFkBzKslZ7wPyaPOcR8LY00/lYLhvikyn28YqpqT1O+cO2y7tXAN4mmkuISgg7gET01D8FVjaFgJhxFVvOvXYILJe76dAMJUKQJeMTOdcEdMvhN+DIk66UPu1mC8mzYoEgh6DRy0a1xW72FvUSLiIFKGCs9Hx8rtW93u4PzHQoYYwlqMGMewtXteYK8fjgCYNJv2ZctQ7FaMxvVmMpoaosAlBNqPGaqh2RW+TMLcfn/7+jRvMEnXVmRH7DpWkLt9opR4w=----ATTACHMENT:----ODYxMTA1MjIxMjE4MDY1MyA0OTk0MjUyNjcxNzgxMzAgMzY0ODU3NTYzOTI2ODc0OA==