Simple HTTP and REST client for Unity based on Promises, also support Callbacks!
Features:
- 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.
Unity 基于承诺的简单 HTTP 和 REST 客户端,也支持回调!
功能
- 开箱即用。
- 从 Unity 发起 HTTP 请求。
- 支持 HTTPS/SSL。
- 构建于 UnityWebRequest 系统之上。
- 包括使用 JsonUtility 进行的 JSON 序列化(支持其他工具!)。
- 自动转换 JSON 数组。
- 支持默认 HTTP 方法(GET、POST、PUT、DELETE、HEAD、PATCH)。
- 基于 Promises,实现更好的异步编程。
- 轻松处理 HTTP 异常和重试请求。
- 开放源代码。
|