We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a720a0b commit a513b54Copy full SHA for a513b54
libs/network/doc/reference/http_response.rst
@@ -7,6 +7,11 @@ HTTP Response objects. This section details the `Response Concept`_ requirements
7
the implemented and required Directives_, Modifiers_, and Wrappers_ that work
8
with the HTTP Response objects.
9
10
+.. note:: The HTTP server response object is a POD type, which doesn't support
11
+ any of the following details. There are only a few fields available in the
12
+ HTTP server response type, which can be seen in
13
+ ``boost/network/protocol/http/impl/response.ipp``.
14
+
15
Response Concept
16
----------------
17
0 commit comments