Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TransferInterface.php
Go to the documentation of this file.
1 <?php
7 
15 {
21  public function getClientConfig();
22 
28  public function getMethod();
29 
35  public function getHeaders();
36 
42  public function shouldEncode();
43 
49  public function getBody();
50 
56  public function getUri();
57 
63  public function getAuthUsername();
64 
70  public function getAuthPassword();
71 }