HTTPChannel
PlayerIO networking utilities, often used to make network request. PlayerIO games communicate through RPC.
Request
Section titled “Request”Request is the main point of HTTPChannel
class. It initiates a network request and handle any errors. Requests are sent in HTTP POST request. We need to specify headers, endpoint, RPC method.
Parameters:
- TBA