예제 #1
0
파일: digest.php 프로젝트: hsiun/yoyo
function UCloud_SignRequest($auth, $req, $type = HEAD_FIELD_CHECK)
{
    return UCloud_MakeAuth($auth)->SignRequest($req, $type);
}
예제 #2
0
파일: http.php 프로젝트: hsiun/yoyo
 public function __construct($auth, $mimetype = null, $type = HEAD_FIELD_CHECK)
 {
     $this->Type = $type;
     $this->MimeType = $mimetype;
     $this->Auth = UCloud_MakeAuth($auth, $type);
 }