|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 HttpMethod 的软件包 | |
|---|---|
| net.hasor.web.restful | |
| net.hasor.web.restful 中 HttpMethod 的使用 |
|---|
| 注释类型为 HttpMethod 的 net.hasor.web.restful 中的类 | |
|---|---|
interface |
Any
Indicates that the annotated method responds to HTTP OPTIONS requests |
interface |
Get
Indicates that the annotated method responds to HTTP GET requests |
interface |
Head
Indicates that the annotated method responds to HTTP HEAD requests |
interface |
Options
Indicates that the annotated method responds to HTTP OPTIONS requests |
interface |
Post
Indicates that the annotated method responds to HTTP POST requests |
interface |
Put
Indicates that the annotated method responds to HTTP PUT requests |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||