Skip to content

josValentin/HttpConnection-for-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

HttpConnection-for-Unity

Code to help with Unity Http Requests

Usage Examples

Simple Get Request, it doesn't need to send text data.

Returns: Text data or binary data.

image

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.

image

Request used to download files.

Returns: Binary data.

image

Request used to download files.

Returns: Binary data, provides the progress value of the download.

image

In case you don't want to declare the namespace.

image

About

Code to help with Unity Http Requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages