Skip to content

Commit a513b54

Browse files
committed
Fixes cpp-netlib#182 -- update documentation to point out difference for HTTP server response
1 parent a720a0b commit a513b54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/network/doc/reference/http_response.rst

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ HTTP Response objects. This section details the `Response Concept`_ requirements
77
the implemented and required Directives_, Modifiers_, and Wrappers_ that work
88
with the HTTP Response objects.
99

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+
1015
Response Concept
1116
----------------
1217

0 commit comments

Comments
 (0)