PHP 인터페이스 Iyzipay\HttpClient

파일 보기 프로젝트 열기: iyzico/iyzipay-php

공개 메소드들

메소드 설명
delete ( $url, $header, $content = null )
get ( $url )
post ( $url, $header, $content )
put ( $url, $header, $content )

메소드 상세

delete() 공개 메소드

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

get() 공개 메소드

public get ( $url )

post() 공개 메소드

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

put() 공개 메소드

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