Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Iyzipay
DefaultHttpClient
PHP Class Iyzipay\DefaultHttpClient
Inheritance:
implements
iyzipay\HttpClient
Show file
Open project: iyzico/iyzipay-php
Public Methods
Method
Description
__construct
(
$curl
= null )
create
(
$curl
= null )
delete
(
$url
,
$header
,
$content
= null )
get
(
$url
)
post
(
$url
,
$header
,
$content
)
put
(
$url
,
$header
,
$content
)
Method Details
__construct()
public
method
public
__construct
(
$curl
= null )
create()
public
static
method
public
static
create
(
$curl
= null )
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
)