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).
Copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
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.