public static class HttpMethodTypePublic NotInheritable Class HttpMethodType[<AbstractClassAttribute>]
[<SealedAttribute>]
type HttpMethodType = class end| Delete | 以Delete方式。支持调用上下文。 |
| Get |
以GET方式。支持调用上下文。
以该方式时,所有的参数类型必须是基础类型。所有的参数来源均来自url参数。 |
| Post |
以Post方式。支持调用上下文。
以该方式时,可以应对以下情况:
|
| Put | 以Put方式。支持调用上下文。 |