The UnityWebRequest class and associated APIs provide a system for composing HTTP requests and handling HTTP responses. The Unity web request system allows Unity games to interact with web back ends. It also supports features such as chunked HTTP requests, streaming POST/PUT operations, and full control over HTTP headers and verbs.
| Topic | Description |
|---|---|
| Introduction to the Unity web request APIs | Understand the main uses and architecture of Unity’s web request APIs. |
| Web request high-level API reference | Perform common HTTP operations with the high-level web request APIs. |
| Web request low-level API reference | Perform more advanced HTTP operations with the low-level web request APIs. |