2 implementations of Trailers
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Stream.FeatureCollection.cs (1)
24IHeaderDictionary IHttpResponseTrailersFeature.Trailers
Internal\Http3\Http3Stream.FeatureCollection.cs (1)
19IHeaderDictionary IHttpResponseTrailersFeature.Trailers
7 references to Trailers
Microsoft.AspNetCore.Http.Abstractions (6)
Extensions\ResponseTrailerExtensions.cs (5)
34return feature?.Trailers != null && !feature.Trailers.IsReadOnly; 47if (feature?.Trailers == null || feature.Trailers.IsReadOnly) 52feature.Trailers.Append(trailerName, trailerValues);
HttpResponse.cs (1)
174return feature?.Trailers;
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingFields.cs (1)
119/// Flag for logging the HTTP Response <see cref="IHttpResponseTrailersFeature.Trailers"/>.