PHP Interface Iyzipay\HttpClient

Show file Open project: iyzico/iyzipay-php

Public Methods

Method Description
delete ( $url, $header, $content = null )
get ( $url )
post ( $url, $header, $content )
put ( $url, $header, $content )

Method Details

delete() public method

public delete ( $url, $header, $content = null )

get() public method

public get ( $url )

post() public method

public post ( $url, $header, $content )

put() public method

public put ( $url, $header, $content )