PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
mycred
/
addons
/
buy-creds
/
gateways
/
Bitpay
/
Client
<?php /** * @license Copyright 2011-2014 BitPay Inc., MIT License * see https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE */ namespace Bitpay\Client; /** * * @package Bitpay */ interface ResponseInterface { /** * @return string */ public function getBody(); /** * Returns the status code of the response * * @return integer */ public function getStatusCode(); /** * Returns a $key => $value array of http headers * * @return array */ public function getHeaders(); }
[+]
..
[-] Request.php
[edit]
[-] Response.php
[edit]
[-] ResponseInterface.php
[edit]
[-] BitpayException.php
[edit]
[-] RequestInterface.php
[edit]
[-] Client.php
[edit]
[-] ClientInterface.php
[edit]
[+]
Adapter
[-] ConnectionException.php
[edit]
[-] ArgumentException.php
[edit]