class RequestBodyStream implements RequestBodyInterface (View source)

RequestBodyStream

Properties

protected DropboxFile $file File to be sent with the Request

Methods

__construct(DropboxFile $file)

Create a new RequestBodyStream instance

string|resource|StreamInterface
getBody()

Get the Body of the Request

Details

at line line 24
__construct(DropboxFile $file)

Create a new RequestBodyStream instance

Parameters

DropboxFile $file

at line line 34
string|resource|StreamInterface getBody()

Get the Body of the Request

Return Value

string|resource|StreamInterface