2 writes to PrepareRequest
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
274
PrepareRequest
= requestContext =>
TestShop.AppHost (1)
Program.cs (1)
43
PrepareRequest
= requestContext =>
4 references to PrepareRequest
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
1490
/// The <see cref="HttpCommandOptions.
PrepareRequest
"/> callback will be invoked to configure the request before it is sent. This can be used to add headers or a request payload
1580
/// The <see cref="HttpCommandOptions.
PrepareRequest
"/> callback will be invoked to configure the request before it is sent. This can be used to add headers or a request payload
1655
if (commandOptions.
PrepareRequest
is not null)
1666
await commandOptions.
PrepareRequest
(requestContext).ConfigureAwait(false);