We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b529c7 commit 5f374bcCopy full SHA for 5f374bc
README.md
@@ -75,6 +75,9 @@ All these methods return the HttpRequest instance.
75
##### Configure
76
* `SetRedirectLimit(int redirectLimit)`
77
78
+Redirect limit subject to Unity's documentation.
79
+* [Redirect Limit Documentation](https://docs.unity3d.com/ScriptReference/Networking.UnityWebRequest-redirectLimit.html)
80
+
81
Progress events will invoke each time the progress value has increased, they are subject to Unity's documentation.
82
* [Upload Progress Documentation](https://docs.unity3d.com/ScriptReference/Networking.UnityWebRequest-uploadProgress.html)
83
* [Download Progress Documentation](https://docs.unity3d.com/ScriptReference/Networking.UnityWebRequest-downloadProgress.html)
0 commit comments