Skip to content

Commit 5f374bc

Browse files
committed
Added documentation for Unity's redirect limit
1 parent 3b529c7 commit 5f374bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ All these methods return the HttpRequest instance.
7575
##### Configure
7676
* `SetRedirectLimit(int redirectLimit)`
7777

78+
Redirect limit subject to Unity's documentation.
79+
* [Redirect Limit Documentation](https://docs.unity3d.com/ScriptReference/Networking.UnityWebRequest-redirectLimit.html)
80+
7881
Progress events will invoke each time the progress value has increased, they are subject to Unity's documentation.
7982
* [Upload Progress Documentation](https://docs.unity3d.com/ScriptReference/Networking.UnityWebRequest-uploadProgress.html)
8083
* [Download Progress Documentation](https://docs.unity3d.com/ScriptReference/Networking.UnityWebRequest-downloadProgress.html)

0 commit comments

Comments
 (0)