PHP 클래스 eZ\Bundle\EzPublishRestBundle\Features\Context\RestClient\Guzzle4Driver

상속: extends GuzzleDriver
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
__construct ( ) Initialize client.
getBody ( ) : string Get response body.
getHeaders ( ) : array Get all response headers.
send ( ) Send the request.
setBody ( string $body ) Set request body.

메소드 상세

__construct() 공개 메소드

Initialize client.
public __construct ( )

getBody() 공개 메소드

Get response body.
public getBody ( ) : string
리턴 string

getHeaders() 공개 메소드

Get all response headers.
public getHeaders ( ) : array
리턴 array Associative array with $header => $value (value can be an array if it hasn't a single value)

send() 공개 메소드

Send the request.
public send ( )

setBody() 공개 메소드

Set request body.
public setBody ( string $body )
$body string