HttpTriplet

Class to represent an HTTP response- or request-line

Members

Functions

error
char[] error()

return error string after a failed parse()

parse
bool parse(char[] line)

Parse the the given line into its constituent components.

test
bool test()

test the validity of these tokens

toString
istring toString()

return a copy of the original string

Variables

failed
char[] failed;
Undocumented in source.
line
char[] line;
Undocumented in source.
tokens
char[][3] tokens;
Undocumented in source.

Meta