5 references to Json
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3903
case HttpCommandResultMode.
Json
:
Aspire.Hosting.Tests (3)
WithHttpCommandTests.cs (3)
24
Assert.Equal(2, (int)HttpCommandResultMode.
Json
);
72
ResultMode = HttpCommandResultMode.
Json
835
service.WithHttpCommand("/token", "Generate Token", commandName: "mycommand", commandOptions: new() { HttpClientName = "commandclient", ResultMode = HttpCommandResultMode.
Json
});
Stress.AppHost (1)
CommandResources.cs (1)
908
serviceBuilder.WithHttpCommand("/http-command-json-result", "HTTP command JSON result", commandOptions: new() { Method = HttpMethod.Get, IconName = "ContentViewGalleryLightning", ResultMode = HttpCommandResultMode.
Json
, Description = "Run an HTTP command and flow the JSON response back to the caller" });