Uses of Class
io.avaje.http.api.HttpMethod
-
Uses of HttpMethod in io.avaje.http.api
Classes in io.avaje.http.api with annotations of type HttpMethod Modifier and Type Class Description interfaceDeleteMarks a method that handles HTTP DELETE requests.interfaceGetMarks a method that handles HTTP GET requests.interfacePatchMarks a method that handles HTTP PATCH requests.interfacePostMarks a method that handles HTTP POST requests.interfacePutMarks a method that handles HTTP PUT requests.