X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FHeader.md;h=6261bae2b0ab949e46ddbc98686993f5a9d2f087;hb=ff5748653c7dc73c8dc80725dce38bb3119ddac3;hp=101b0dc29d322edb16683e03990f408970745c1e;hpb=13943464c255c79c2038c4c63ad5af34331af088;p=mdref%2Fmdref diff --git a/http/Header.md b/http/Header.md index 101b0dc..6261bae 100644 --- a/http/Header.md +++ b/http/Header.md @@ -4,20 +4,20 @@ The http\Header class provides methods to manipulate, match, negotiate and seria ## Constants: -* ```MATCH_LOOSE``` +* MATCH_LOOSE None of the following match constraints applies. -* ```MATCH_CASE``` +* MATCH_CASE Perform case sensitive matching. -* ```MATCH_WORD``` - Match only on word boundaries (according by CTYPE alpha-numeric). -* ```MATCH_FULL``` +* MATCH_WORD + Match only on word boundaries (according by CType alpha-numeric). +* MATCH_FULL Match the complete string. -* ```MATCH_STRICT``` - Case sensitively match the full string (same as ```MATCH_CASE|MATCH_FULL```). +* MATCH_STRICT + Case sensitively match the full string (same as MATCH_CASE|MATCH_FULL). ## Properties: -* ```public $name = NULL``` +* public $name = NULL The name of the HTTP header. -* ```public $value = NULL``` +* public $value = NULL The value of the HTTP header.