HttpParseException

class HttpParseException : HttpException

Inherited Members

From HttpException

status
HttpResponseCode status;
Undocumented in source.
set
typeof(this) set(cstring msg, string file, long line)
Undocumented in source. Be warned that the author may not have intended to support it.
set
typeof(this) set(HttpResponseCode code, string file, typeof(__LINE__) line)
Undocumented in source. Be warned that the author may not have intended to support it.
status_phrase
string status_phrase()
Undocumented in source. Be warned that the author may not have intended to support it.
enforce
void enforce(bool ok, HttpResponseCode code, T messages)

Custom enforce for using an HTTP status code together with a set of messages that should be appended.

Meta