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