Initial release: December 2005
Kris
- class HttpTriplet ¶
-
Class to represent an HTTP response- or request-line
- bool test() [abstract] ¶
-
test the validity of these tokens
- bool parse(const(char)[] line) ¶
-
Parse the the given line into its constituent components.
- string toString() [override] ¶
-
return a reference to the original string
- const(char)[] error() [final] ¶
-
return error string after a failed parse()