PHP Class Microweber\Utils\Adapters\Http\Guzzle

Show file Open project: microweber/microweber

Public Properties

Property Type Description
$debug
$timeout
$url

Public Methods

Method Description
__construct ( )
download ( $save_to_file, $post_data = [] )
get ( )
post ( $data = false )
setUrl ( $url )

Method Details

__construct() public method

public __construct ( )

download() public method

public download ( $save_to_file, $post_data = [] )

get() public method

public get ( )

post() public method

public post ( $data = false )

setUrl() public method

public setUrl ( $url )

Property Details

$debug public property

public $debug

$timeout public property

public $timeout

$url public property

public $url