cg小白兔 发表于 2024-5-31 10:15:46

【更新】Rest Client for Unity 2.6.2










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 异常和重试请求。
- 开放源代码。




页: [1]
查看完整版本: 【更新】Rest Client for Unity 2.6.2