Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
public void ping(Request request, Response response) {
response.setResponseStatus(HttpResponseStatus.OK);
response.setResponseCode(200);
response.setBody(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment