File tree Expand file tree Collapse file tree
include/boost/http/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020#include < boost/capy/io/any_buffer_source.hpp>
2121#include < boost/capy/io/any_buffer_sink.hpp>
2222#include < boost/http/datastore.hpp>
23- #include < boost/http/request.hpp> // VFALCO forward declare?
24- #include < boost/http/request_parser.hpp> // VFALCO forward declare?
25- #include < boost/http/response.hpp> // VFALCO forward declare?
26- #include < boost/http/serializer.hpp> // VFALCO forward declare?
23+ #include < boost/http/request.hpp>
24+ #include < boost/http/response.hpp>
2725#include < boost/url/url_view.hpp>
2826#include < boost/system/error_code.hpp>
2927#include < memory>
@@ -57,8 +55,6 @@ struct BOOST_HTTP_SYMBOL_VISIBLE
5755 http::response res;
5856 capy::any_buffer_source req_body;
5957 capy::any_buffer_sink res_body;
60- http::request_parser parser;
61- http::serializer serializer;
6258 http::datastore route_data; // arbitrary data
6359 http::datastore session_data;
6460
You can’t perform that action at this time.
0 commit comments