Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

http::status_class

Represents the class of a status-code.

Synopsis

Defined in header <boost/beast/http/status.hpp>

enum status_class

Values

Name

Description

unknown

Unknown status-class.

informational

The request was received, continuing processing.

successful

The request was successfully received, understood, and accepted.

redirection

Further action needs to be taken in order to complete the request.

client_error

The request contains bad syntax or cannot be fulfilled.

server_error

The server failed to fulfill an apparently valid request.

Description

Convenience header <boost/beast/http.hpp>


PrevUpHomeNext