server_method . PATH_SEP . $messageFormated . "
"; // curl_setopt( $this->ch, CURLOPT_URL, $this->server_method ); $contentSelected = $this->content . $this->type; curl_setopt( $this->ch, CURLOPT_HTTPHEADER, array ($contentSelected ) ); curl_setopt( $this->ch, CURLOPT_POSTFIELDS, $messageFormated ); } }