HTTPClient

The interface that represents HTTP client of LINE Messaging API. If you want to switch using HTTP client, please implement this.

Known implementers

LINE\LINEBot\HTTPClient\CurlHTTPClient

Methods Summary
public
# get( string $url , array $data = array ( ), array $headers = array ( ) )
Sends GET request to LINE Messaging API.
public
# post( string $url , array $data , array $headers = NULL )
Sends POST request to LINE Messaging API.
public
# delete( string $url )
Sends DELETE request to LINE Messaging API.