...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Represents the class of a status-code.
Defined in header <boost/beast/http/status.hpp>
enum status_class
Name |
Description |
---|---|
|
Unknown status-class. |
|
The request was received, continuing processing. |
|
The request was successfully received, understood, and accepted. |
|
Further action needs to be taken in order to complete the request. |
|
The request contains bad syntax or cannot be fulfilled. |
|
The server failed to fulfill an apparently valid request. |