HttpHandler constructor

HttpHandler(
  1. Nyxx client
)

Create a new HttpHandler.

HTTP requests can be made using the execute method. Rate limiting is anticipated and requests will not be sent if their bucket is out of remaining requests or if the global rate limit was exceeded.

Implementation

HttpHandler(this.client);