Public Member Functions | |
this (HttpTokens tokens, char[] match) | |
int | opApply (int(*dg)(inout HttpToken)) |
Private Attributes | |
char[] | match |
HttpTokens | tokens |
Definition at line 354 of file HttpTokens.d.
|
Construct this filter upon the given tokens, and set the pattern to match against. Definition at line 366 of file HttpTokens.d. |
|
Iterate over all tokens matching the given name Definition at line 378 of file HttpTokens.d. References TokenStack::isMatch(), match, HttpTokens::split(), HttpTokens::stack, and tokens. |
|
Definition at line 356 of file HttpTokens.d. |
|
Definition at line 357 of file HttpTokens.d. |