Analogic\ACME\ClientInterface::post PHP Method

post() public method

Send a POST request
public post ( string $url, array $data ) : array | string
$url string URL to post to
$data array fields to sent via post
return array | string the parsed JSON response, raw response on error
    public function post($url, $data);