A Promise based REST and HTTP client for UnitySimple HTTP and REST client for Unity based on Promises, also support Callbacks!Documentation | SupportFeatures:- Works out of the box.- Make HTTP requests from Unity.- Supports HTTPS/SSL.- Built on top of UnityWebRequest system.- Includes JSON serialization with JsonUtility (Other tools are supported!).- Automatic transforms for JSON Arrays.- Supports default HTTP Methods (GET, POST, PUT, DELETE, HEAD, PATCH).- Based on Promises for a better asynchronous programming.- Handle HTTP exceptions and retry requests easily.- Open Source.Supported Platforms:* All platforms.REST APIs.HTTP Requests.Supports the Promise API.Transform request and response data.Retry requests.Automatic transforms for JSON data.