You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sup><ahref='/src/Snippets/ScatterGather/Startup.cs#L10-L23'title='Snippet source file'>snippet source</a> | <ahref='#snippet-scatter-gather-basic-usage'title='Start of snippet'>anchor</a></sup>
23
+
<sup><ahref='/src/Snippets/ScatterGather/Startup.cs#L11-L24'title='Snippet source file'>snippet source</a> | <ahref='#snippet-scatter-gather-basic-usage'title='Start of snippet'>anchor</a></sup>
24
24
<!-- endSnippet -->
25
25
26
26
The above configuration snippet configures ServiceComposer to handle HTTP requests matching the template. Each time a matching request is dealt with, ServiceComposer invokes each configured gatherer and merges responses from each one into a response returned to the original issuer.
@@ -40,7 +40,7 @@ public void Configure(IApplicationBuilder app, ILoggerFactory loggerFactory)
0 commit comments