urlEncodeExceptSlash() urlEncodeExceptSlash(string $path) : string 在uri编码中不能对'/'编码 Parameters string $path Returns string
getCanonicalQueryString() getCanonicalQueryString(array $parameters) : array 生成标准化QueryString Parameters array $parameters Returns array
getCanonicalURIPath() getCanonicalURIPath(string $path) : string 生成标准化uri Parameters string $path Returns string
getCanonicalHeaders() getCanonicalHeaders(array $headers) : array 生成标准化http请求头串 Parameters array $headers Returns array