Class HandlerIndex

java.lang.Object
br.net.dd.netherwingcore.bnetserver.rest.handlers.HandlerIndex
All Implemented Interfaces:
HttpHandler

public class HandlerIndex extends Object implements HttpHandler
HandlerIndex is responsible for handling requests to the root endpoint ("/") of the REST API. It can be used to provide basic information about the API, such as available endpoints, status, or a welcome message.