• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>http::status_class</title>
5<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../../index.html" title="Chapter 1. Boost.Beast">
8<link rel="up" href="../ref.html" title="This Page Intentionally Left Blank 2/2">
9<link rel="prev" href="boost__beast__http__status.html" title="http::status">
10<link rel="next" href="boost__beast__http__verb.html" title="http::verb">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="boost__beast__http__status.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost__beast__http__verb.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h4 class="title">
27<a name="beast.ref.boost__beast__http__status_class"></a><a class="link" href="boost__beast__http__status_class.html" title="http::status_class">http::status_class</a>
28</h4></div></div></div>
29<p>
30        <a class="indexterm" name="idm46057509307504"></a>
31      </p>
32<p>
33        Represents the class of a status-code.
34      </p>
35<h5>
36<a name="beast.ref.boost__beast__http__status_class.h0"></a>
37        <span class="phrase"><a name="beast.ref.boost__beast__http__status_class.synopsis"></a></span><a class="link" href="boost__beast__http__status_class.html#beast.ref.boost__beast__http__status_class.synopsis">Synopsis</a>
38      </h5>
39<p>
40        Defined in header <code class="literal">&lt;<a href="../../../../../../boost/beast/http/status.hpp" target="_top">boost/beast/http/status.hpp</a>&gt;</code>
41      </p>
42<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">status_class</span>
43</pre>
44<h5>
45<a name="beast.ref.boost__beast__http__status_class.h1"></a>
46        <span class="phrase"><a name="beast.ref.boost__beast__http__status_class.values"></a></span><a class="link" href="boost__beast__http__status_class.html#beast.ref.boost__beast__http__status_class.values">Values</a>
47      </h5>
48<div class="informaltable"><table class="table">
49<colgroup>
50<col>
51<col>
52</colgroup>
53<thead><tr>
54<th>
55                <p>
56                  Name
57                </p>
58              </th>
59<th>
60                <p>
61                  Description
62                </p>
63              </th>
64</tr></thead>
65<tbody>
66<tr>
67<td>
68                <p>
69                  <code class="computeroutput"><span class="identifier">unknown</span></code>
70                </p>
71              </td>
72<td>
73                <p>
74                  Unknown status-class.
75                </p>
76              </td>
77</tr>
78<tr>
79<td>
80                <p>
81                  <code class="computeroutput"><span class="identifier">informational</span></code>
82                </p>
83              </td>
84<td>
85                <p>
86                  The request was received, continuing processing.
87                </p>
88              </td>
89</tr>
90<tr>
91<td>
92                <p>
93                  <code class="computeroutput"><span class="identifier">successful</span></code>
94                </p>
95              </td>
96<td>
97                <p>
98                  The request was successfully received, understood, and accepted.
99                </p>
100              </td>
101</tr>
102<tr>
103<td>
104                <p>
105                  <code class="computeroutput"><span class="identifier">redirection</span></code>
106                </p>
107              </td>
108<td>
109                <p>
110                  Further action needs to be taken in order to complete the request.
111                </p>
112              </td>
113</tr>
114<tr>
115<td>
116                <p>
117                  <code class="computeroutput"><span class="identifier">client_error</span></code>
118                </p>
119              </td>
120<td>
121                <p>
122                  The request contains bad syntax or cannot be fulfilled.
123                </p>
124              </td>
125</tr>
126<tr>
127<td>
128                <p>
129                  <code class="computeroutput"><span class="identifier">server_error</span></code>
130                </p>
131              </td>
132<td>
133                <p>
134                  The server failed to fulfill an apparently valid request.
135                </p>
136              </td>
137</tr>
138</tbody>
139</table></div>
140<h5>
141<a name="beast.ref.boost__beast__http__status_class.h2"></a>
142        <span class="phrase"><a name="beast.ref.boost__beast__http__status_class.description"></a></span><a class="link" href="boost__beast__http__status_class.html#beast.ref.boost__beast__http__status_class.description">Description</a>
143      </h5>
144</div>
145<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
146<td align="left"></td>
147<td align="right"><div class="copyright-footer">Copyright © 2016-2019 Vinnie
148      Falco<p>
149        Distributed under the Boost Software License, Version 1.0. (See accompanying
150        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
151      </p>
152</div></td>
153</tr></table>
154<hr>
155<div class="spirit-nav">
156<a accesskey="p" href="boost__beast__http__status.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost__beast__http__verb.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
157</div>
158</body>
159</html>
160