Below table summarizes the HTTP methods supported in Micronaut.
|
HTTP Method |
Annotation |
|
DELETE |
@Delete |
|
GET |
@Get |
|
HEAD |
@Head |
|
OPTIONS |
@Options |
|
PATCH |
@Patch |
|
PUT |
@Put |
|
POST |
@Post |
|
TRACE |
@Trace |
Previous Next Home
No comments:
Post a Comment