HttpException

Members

Functions

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.

set
typeof(this) set(HttpResponseCode code, istring file, typeof(__LINE__) line)
Undocumented in source. Be warned that the author may not have intended to support it.
set
typeof(this) set(cstring msg, istring file, long line)
Undocumented in source. Be warned that the author may not have intended to support it.
status_phrase
istring status_phrase()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

status
HttpResponseCode status;
Undocumented in source.

Inherited Members

From HttpServerException

__anonymous
mixin ReusableExceptionImplementation
Undocumented in source.

Meta