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 interface
Delete
Marks a method that handles HTTP DELETE requests.interface
Get
Marks a method that handles HTTP GET requests.interface
Patch
Marks a method that handles HTTP PATCH requests.interface
Post
Marks a method that handles HTTP POST requests.interface
Put
Marks a method that handles HTTP PUT requests.
-