|  | Home | Libraries | People | FAQ | More | 
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. |