Example #1
0
 public function __construct($auth, $mimetype = null, $type = Conf::HEAD_FIELD_CHECK)
 {
     $this->Type = $type;
     $this->MimeType = $mimetype;
     $this->Auth = Digest::UCloud_MakeAuth($auth, $type);
 }