HTTP Requests

Is there a way to send a simple http GET request using Unity? What Mono/.Net class libraries do we have access to?

Thanks!

The WWW Class.

That’s exactly what I was looking for :slight_smile: