Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Interface.php
Go to the documentation of this file.
1 <?php
2 
37 {
43  public function setConfig($config = array());
44 
52  public function connect($host, $port = 80, $secure = false);
53 
64  public function write($method, $url, $http_ver = '1.1', $headers = array(), $body = '');
65 
71  public function read();
72 
77  public function close();
78 }
$config
Definition: fraud_order.php:17
$method
Definition: info.phtml:13
connect($host, $port=80, $secure=false)
write($method, $url, $http_ver='1.1', $headers=array(), $body='')