Interface IHttpHeadersBuilder<T>
Represents a builder which is able to build a set of HttpHeaders of a specific type.
Namespace: ReqRest.Builders
Assembly: ReqRest.dll
Syntax
public interface IHttpHeadersBuilder<T> : IHttpHeadersBuilder, IBuilder where T : HttpHeaders
Type Parameters
Name | Description |
---|---|
T | The HttpHeaders type to be built. |
Properties
Headers
Gets the collection of HTTP headers which the builder builds.
Declaration
T Headers { get; }