Bitpay\Client\Request::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        // Set some sane default headers
        $this->headers = array('Content-Type' => 'application/json', 'X-BitPay-Plugin-Info' => null);
        $this->port = 443;
        // Default method is POST
        $this->method = self::METHOD_POST;
    }