6 references to ResponseFormats
ServerComparison.FunctionalTests (6)
ResponseTests.cs (6)
36return ResponseFormats(variant, CheckContentLengthAsync); 43return ResponseFormats(variant, CheckChunkedAsync); 50return ResponseFormats(variant, CheckManuallyChunkedAsync); 62return ResponseFormats(variant, CheckHttp10ConnectionCloseAsync); 69return ResponseFormats(variant, CheckHttp11ConnectionCloseAsync); 76return ResponseFormats(variant, CheckManuallyChunkedAndCloseAsync);