tango.net.http.HttpTriplet

License:
BSD style:

Version:
Initial release: December 2005

author:
Kris

abstract class HttpTriplet;
Class to represent an HTTP response- or request-line

abstract bool test();
test the validity of these tokens

bool parse(const(char)[] line);
Parse the the given line into its constituent components.

string toString();
return a reference to the original string

final const(char)[] error();
return error string after a failed parse()


Page generated by Ddoc. Copyright (c) 2004 Kris Bell. All rights reserved