We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ddfc8 commit 61e226fCopy full SHA for 61e226f
example/server/main.cpp
@@ -84,7 +84,7 @@ int server_main( int argc, char* argv[] )
84
85
http_proto::helmet_options options;
86
87
- options.set(http_proto::x_download_options(http_proto::helmet_download_type::noopen));
+ options.set(http_proto::x_download_options(http_proto::helmet_download_type::noopen), http_proto::route::next);
88
options.set(http_proto::x_frame_origin(http_proto::helmet_origin_type::deny));
89
90
srv.wwwroot.use(
0 commit comments