public static function post($url, $data)
 {
     return SimpleHttpRequest::doConnect('post', $url, $data);
 }