Interface IHttpHeadersBuilder
Represents a builder which is able to build a set of HttpHeaders.
Namespace: ReqRest.Builders
Assembly: ReqRest.dll
Syntax
public interface IHttpHeadersBuilder : IBuilder
Properties
Headers
Gets the collection of HTTP headers which the builder builds.
Declaration
HttpHeaders Headers { get; }