\JPushHttp

Summary

Methods
Properties
Constants
get()
post()
put()
delete()
processResp()
log()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
sendRequest()
No private properties found
N/A

Methods

get()

get(  $client,   $url) 

Parameters

$client
$url

post()

post(  $client,   $url,   $body) 

Parameters

$client
$url
$body

put()

put(  $client,   $url,   $body) 

Parameters

$client
$url
$body

delete()

delete(  $client,   $url) 

Parameters

$client
$url

processResp()

processResp(  $response) 

Parameters

$response

log()

log(  $client,   $content) 

Parameters

$client
$content

sendRequest()

sendRequest(  $client,   $url,   $method,   $body = null,   $times = 1) 

Parameters

$client
$url
$method
$body
$times