HttpTriplet

Class to represent an HTTP response- or request-line

Members

Functions

error
const(char)[] error()

return error string after a failed parse()

parse
bool parse(const(char)[] line)

Parse the the given line into its constituent components.

test
bool test()

test the validity of these tokens

toString
string toString()

return a reference to the original string

Variables

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

Meta