Publisher | Clayton Industries |
---|---|
File size | 32.17kB |
Number of files | 23 |
Latest version | 3.1.0 |
Latest release date | 2024-02-20 05:17:51 |
First release date | 2017-01-19 10:30:27 |
Supported Unity versions | 2018.4.2 or higher |
This plugin makes it easy make HTTP / HTTPS REST requests from Unity games. Many features can be implemented with just a single line of code and theres no need for Unity Coroutines.
Features
- HTTP and HTTPS
- Methods (DELETE, GET, PATCH, POST, PUT)
- Authentication
- Caching
- Certificates
- Cookies
- Headers
- Proxies
- Timeouts
- Many http content types (JSON, FormUrlEncoded, MultiPartFormData, etc)
- Upload and Download progress reporting
- Resume Downloads using range headers
- Stream data
- Gzip & Deflate content encodings
- Fully documented
- Support included
Supported Platforms
- Android
- iOS
- Universal Windows Platform
- Xbox One
- Standalone (PC, Mac, Linux)
- And many more
Supported Scripting Backends
- IL2CPP (.NET 2.0, .NET 4.x or .NET Standard 2.0)
- Mono (.NET 2.0, .NET 4.x or .NET Standard 2.0)
All code is fully documented and detailed documentation is available on the website. All source code is included.
We are always looking for more things to add so any suggestions are more than welcome.