/// <summary> /// Sets the TE header of the request to the specified value and quality. /// </summary> /// <param name="value">The TE header value.</param> /// <param name="value">The TE header quality.</param> /// <returns>An <see cref="IRequest"/> object that represents the request.</returns> public static IRequest TE(this IWith @this, string value, double quality) => @this.TE(new TransferCodingWithQualityHeaderValue(value, quality));