WebSocket Events Documentation
TopPHP
Components



Parts
Webhooks

TopPHP\Parts\Http

M
request() : mixed
M
get() : mixed
M
fetch() : mixed
M
post() : mixed
request()
protected static request( string $protocol , string $url , string $token , mixed $body=NULL ) : mixed
Parameters
$protocol string :
$url string :
$token string :
$body=NULL mixed :
get()
public static get( string $url , string $token , mixed $body=NULL ) : mixed
Parameters
$url string :
$token string :
$body=NULL mixed :
fetch()
public static fetch( string $url , string $token , mixed $body=NULL ) : mixed
Parameters
$url string :
$token string :
$body=NULL mixed :
post()
public static post( string $url , string $token , mixed $body=NULL ) : mixed
Parameters
$url string :
$token string :
$body=NULL mixed :


Powered by OxedDocs