CurlHTTPClient

Class CurlHTTPClient. A HTTPClient that uses cURL.
implements LINE\LINEBot\HTTPClient
Methods Summary
public
# __construct( string $channelToken )
CurlHTTPClient constructor.
public
# get( string $url , array $data = array ( ), array $headers = array ( ) )
Sends GET request to LINE Messaging API.

Implementation of

public
# post( string $url , array $data , array $headers = NULL )
Sends POST request to LINE Messaging API.

Implementation of

public
# delete( string $url )
Sends DELETE request to LINE Messaging API.

Implementation of