Skip to content

2.4.5

Compare
Choose a tag to compare
@ovatsus ovatsus released this 19 Feb 12:08

Add an optional parameter for the System.Text.Encoding to use when reading data to the CSV, HTML, and Json providers. This parameter is called encoding and should be present on all Load and AsyncLoad methods.
Fix handling of multipart form data payloads whose size exceeded ~80k bytes.