Web request high-level API reference
Perform common HTTP operations with the high-level web request APIs.
Read time 1 minuteLast updated 6 days ago
You can use the high-level API to send simple web requests to backends with common HTTP verbs such as , , . The following table lists some of the common operations supported by the high-level API. Refer to the linked API documentation for details and example usage for each operation:
GETPOSTPUTMethod | Description |
|---|---|
| Retrieve text or binary data from an HTTP Server ( |
| Send a form to an HTTP server ( |
| Upload raw data to an HTTP server ( |
| Use a specialized type of web request optimized for downloading Unity |
| Use a specialized type of web request optimized for downloading Unity |
These high-level requests automatically attach the appropriate upload or download handlers to the underlying . These handlers provide the opportunity for customizing data before sending it and processing data after receiving it. For more information on upload and download handlers, refer to the low-level API reference.
UnityWebRequest