ocean.net.http.HttpException

HTTP exception classes

- HttpServerException is the base class. - HttpException is thrown when a request cannot be fulfilled to abort request processing and immediately send the response. It contains the HTTP response status code to send. - HttpParseException is thrown on HTTP request or response message parse error. - HeaderParameterException is thrown when a required HTTP message header parameter is missing or contains an invalid value.

Members

Classes

HeaderParameterException
class HeaderParameterException
HttpException
class HttpException
HttpParseException
class HttpParseException
HttpServerException
class HttpServerException

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).