RestClient Versions Save

🦄 A Promise based REST and HTTP client for Unity 🎮

v2.6.2

2 years ago

Added

Changed

  • Changes to use RetryCallback to handle token expiration by @fegabe (#142).

Fixed

Removed

v2.6.1

3 years ago

Fixed

v2.6.0

4 years ago

Added

  • Supporting retrieving a JSON Array from a POST request by @Coeur (7cc54bb).
  • Added Query string utilities (e2fc36b).

v2.5.9

4 years ago

Added

  • Add ParseResponseBody option to fix severe frame rate drop when parsing large response by @TigerHix (47f8732).

2.5.7

4 years ago

Includes:

  • Code refactoring
  • Add default content type option to be able to disable JSON by default

2.5.2

5 years ago

Includes:

  • Add the missing properties of the UnityWebRequest system.
  • Fix access modifiers from the ResponseHelper class in order to get access to the UnityWebRequest object created and have more control from the code.
  • Add validations of the content-type to support WWWForm data.

2.4.1

5 years ago

Includes:

  • Add ContentType property from the RequestHelper class to modify the content type of the request
  • Add Retries and RetrySecondsDelay properties from RequestHelper class to retry a request
  • Add EnableDebug and RetryCallback properties from RequestHelper class to debug the requests

2.2.0

5 years ago

Includes:

  • Add BodyRaw property from the RequestHelper class to send raw data directly

2.1.1

5 years ago

Includes:

  • Fix exception when DownloadHandler is used to download large files

2.1.0

5 years ago

Includes:

  • Add Support for a specific DownloadHandler