Code to help with Unity Http Requests
Simple Get Request, it doesn't need to send text data.
Returns: Text data or binary data.
Post Request, it needs to send text data, you can use the same structure to any other selectable method.
Returns: Text data or binary data.
Request used to download files.
Returns: Binary data.
Request used to download files.
Returns: Binary data, provides the progress value of the download.
In case you don't want to declare the namespace.