aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-09-07 14:51:44 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-09-07 14:51:44 -0400
commitf7eb445c9fcf4557f0bf1e1622673242b7da5ced (patch)
tree594dfe30c427a04a1b8960e94e104b2911702cb5 /apps
parentd3fa866898747c7b7535f2796f8046cdd9766763 (diff)
update manual plugin loading api
Diffstat (limited to 'apps')
-rw-r--r--apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs b/apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs
index f3832c6..67fc306 100644
--- a/apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs
+++ b/apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs
@@ -93,6 +93,10 @@ namespace VNLib.WebServer.Bootstrap
HttpServiceStackBuilder builder = new HttpServiceStackBuilder()
.LoadPluginsConcurrently(loadPluginsConcurrently)
.WithBuiltInHttp(TcpConfig.ReduceBindingsForGroups, http)
+ .WithManualPlugins(plugins =>
+ {
+
+ })
.WithDomain(domain =>
{
domain.WithServiceGroups(vh =>