7 references to RequestBody
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingTagNames.cs (1)
72
RequestBody
,
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (6)
Logging\AcceptanceTests.cs (6)
230
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
RequestBody
);
303
Assert.Single(state, x => x.Key == HttpLoggingTagNames.
RequestBody
&& x.Value == Content);
308
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
RequestBody
);
471
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
RequestBody
);
510
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
RequestBody
);
710
Assert.Single(state, x => x.Key == HttpLoggingTagNames.
RequestBody
&& x.Value == Content);