PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
3rdparty
/
dropbox
/
src
/
Http
<?php namespace Kunnu\Dropbox\Http; /** * RequestBodyInterface */ interface RequestBodyInterface { /** * Get the Body of the Request * * @return string|resource|Psr\Http\Message\StreamInterface */ public function getBody(); }
[-] RequestBodyJsonEncoded.php
[edit]
[+]
..
[-] DropboxRawResponse.php
[edit]
[+]
Clients
[-] RequestBodyInterface.php
[edit]
[-] RequestBodyStream.php
[edit]