• Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Current Version: 1.0: 2024-03-12T12:40:19Z
  • First Published: 2024-03-07T22:02:13Z
  • Size: 87248
  • Supported Unity Versions: 2023.2.11
tools network

Easy HTTP Web Requests

No rating !(2 Votes)
$24.54 $24.54

Requests are executing in the parallel thread without Coroutines and doesn't affect the main thread. You can create as many requests as you want and they will quickly run together



How to use it

  • Import the namespace using Web;
  • Write the simplest construction Http.Get(string url).Send();

Request Types

  • Http.Get(url)
  • Http.GetTexture(url, nonReadable)
  • Http.GetAssetBundle(url)
  • Http.Post(url, postData)
  • Http.PostJson(url, json)
  • Http.Put(url, putData)

Features

  • Use out-of-box
  • Send requests even in edit mode
  • Set success callback with serialisation in the class
  • Send and handle request in one simple step instead of writing a custom web requests manager
  • Execute many request simultaneously without affecting the main thread
  • Download textures and asset bundles in one line of code
  • Send POST requests with json (By default Unity cannot send json in POST properly)
  • Easy to use and understand
  • Quick support
  • Set global headers so you won't need to set the same headers each time
  • Get both download and upload progress by event
  • Handle errors easily
  • Debug mode


Dont forget to check my other assets


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!