X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FParams.md;h=d8bf3b77b691e3a690cb18e937b70a78e297d2cf;hb=e359e7e44da8a67342f66de9345bca9b7037cf3f;hp=3d80b880039213c94ae671b807001888716df87c;hpb=333f749f9ae65fecd6b52b06fde3dceda1579470;p=mdref%2Fmdref diff --git a/http/Params.md b/http/Params.md index 3d80b88..d8bf3b7 100644 --- a/http/Params.md +++ b/http/Params.md @@ -1,4 +1,4 @@ -# class http\Params extends http\Object implements ArrayAccess +# class http\Params implements ArrayAccess Parse, interpret and compose HTTP (header) parameters. @@ -11,7 +11,7 @@ Parse, interpret and compose HTTP (header) parameters. * DEF_VAL_SEP The default value separator ("="). * COOKIE_PARAM_SEP - TBD + Empty param separator to parse cookies. * PARSE_RAW Do not interpret the parsed parameters. * PARSE_DEFAULT @@ -21,7 +21,7 @@ Parse, interpret and compose HTTP (header) parameters. * PARSE_DIMENSION Parse sub dimensions indicated by square brackets. * PARSE_QUERY - Parse URL query string (same as http\Params::PARSE_URLENCODED|http\Params::PARSE_DIMENSION). + Parse URL querystring (same as http\Params::PARSE_URLENCODED|http\Params::PARSE_DIMENSION). ## Properties: