2.2.0
This release introduces improved flexibility for managing headers and properties within scopes:
- The
BeginHeaderScope
method now allows for the removal of headers. To remove a header during the scope's lifetime, in the collection of scoped headers, simply set its value tonull
. - Similarly, the
BeginPropertyScope
method facilitates the removal of request properties by setting the property value tonull
.
These changes ensure more dynamic control over HTTP headers and properties, simplifying customization per request.
Thank you for your attention to this update!