HttpMethod Type

These are the known HTTP methods. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

Union cases

Union case Description

CONNECT

Full Usage: CONNECT

DELETE

Full Usage: DELETE

GET

Full Usage: GET

HEAD

Full Usage: HEAD

OPTIONS

Full Usage: OPTIONS

OTHER string

Full Usage: OTHER string

Parameters:
    Item : string

This represents a method string that isn't one of the standard methods.

Item : string

PATCH

Full Usage: PATCH

POST

Full Usage: POST

PUT

Full Usage: PUT

TRACE

Full Usage: TRACE

Instance members

Instance member Description

this.IsCONNECT

Full Usage: this.IsCONNECT

Returns: bool
Returns: bool

this.IsDELETE

Full Usage: this.IsDELETE

Returns: bool
Returns: bool

this.IsGET

Full Usage: this.IsGET

Returns: bool
Returns: bool

this.IsHEAD

Full Usage: this.IsHEAD

Returns: bool
Returns: bool

this.IsOPTIONS

Full Usage: this.IsOPTIONS

Returns: bool
Returns: bool

this.IsOTHER

Full Usage: this.IsOTHER

Returns: bool
Returns: bool

this.IsPATCH

Full Usage: this.IsPATCH

Returns: bool
Returns: bool

this.IsPOST

Full Usage: this.IsPOST

Returns: bool
Returns: bool

this.IsPUT

Full Usage: this.IsPUT

Returns: bool
Returns: bool

this.IsTRACE

Full Usage: this.IsTRACE

Returns: bool
Returns: bool