2020.807
Important Changes
Due to potential overflow issues with the CustomHeader
property, we've changed the backend it uses. This means most of the Dictionary functionality is now not available. To set a header now, please use the Headers
property with an indexer (getting and setting the same way you would a normal dictionary) like Headers["key"] = "value";
. To remove a header, set the value of it to null
Other changes
- Cleaned up the serializers to dispose of streams and tasks used properly.
- Refactored the
Utils
class to theHeaders
class