HttpClient

interface HttpClient

A simple HTTP client used to access online services for Xbox Live & Minecraft.

Functions

Link copied to clipboard
abstract fun send(request: Request): Response

Synchronously sends an HTTP request to the server, and awaits the response.