1 write to RequestContentType
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
571RequestContentType = request.Content?.Headers.ContentType?.MediaType;
1 reference to RequestContentType
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
394Assert.Equal("text/plain", fakeHandler.RequestContentType);