We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6be3bd commit a6eba49Copy full SHA for a6eba49
include/boost/http_proto/detail/header.hpp
@@ -28,7 +28,7 @@ namespace boost {
28
namespace http_proto {
29
30
class fields_base;
31
-struct header_limits;
+struct BOOST_HTTP_PROTO_DECL header_limits;
32
33
namespace detail {
34
@@ -44,7 +44,7 @@ struct empty
44
kind param;
45
};
46
47
-struct header
+struct BOOST_HTTP_PROTO_DECL header
48
{
49
// +------------+---------+------+------------+-----------------------------+
50
// | start-line | headers | \r\n | free space | entry[count-1] ... entry[0] |
0 commit comments