tango.net.http.HttpTriplet

License:

BSD style: see license.txt

Version:

Initial release: December 2005

Author:

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()