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(char[] line) #
Parse the the given line into its constituent components.
char[] toString() [override] #
return a reference to the original string
char[] error() [final] #
return error string after a failed parse()