PHP 클래스 feedly\HTTPClient

파일 보기 프로젝트 열기: kbariotis/feedly-api 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
__destruct ( )
checkResponse ( $response )
delete ( $url )
exec ( )
get ( $url )
post ( $url )
prepareUrl ( $url )
setCustomHeader ( $headers )
setGetParams ( $params )
setPostParams ( $params, $json = true )
setPostParamsEncType ( $enctype )

비공개 메소드들

메소드 설명
setCurlOptions ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__destruct() 공개 메소드

public __destruct ( )

checkResponse() 공개 메소드

public checkResponse ( $response )

delete() 공개 메소드

public delete ( $url )

exec() 공개 메소드

public exec ( )

get() 공개 메소드

public get ( $url )

post() 공개 메소드

public post ( $url )

prepareUrl() 공개 메소드

public prepareUrl ( $url )

setCustomHeader() 공개 메소드

public setCustomHeader ( $headers )

setGetParams() 공개 메소드

public setGetParams ( $params )

setPostParams() 공개 메소드

public setPostParams ( $params, $json = true )

setPostParamsEncType() 공개 메소드

public setPostParamsEncType ( $enctype )