1.27.0 (2023-01-10)
Features Added
- Made
RedirectPolicy
public to provideSetAllowAutoRedirect()
method to library authors. - Added
RetryPolicy
property toClientOptions
to allow library authors to set a custom retry policy. - Added
MessageProcessingContext
type andProcessingContext
property toHttpMessage
which contains information about the message as it traverses through the pipeline. - Added
SetProperty
andTryGetProperty
overloads toHttpMessage
to allow setting property values using aType
as the key.