| Modifier and Type | Class and 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.
|
Copyright © 2018. All rights reserved.