MethodUnion

PackageAxial.HttpClient
Identifies one HTTP request method.

Specification

Kind
Union
Members
16
Examples
0
IsCustomSignature
this.IsCustom
IsHeadSignature
this.IsHead
IsPostSignature
this.IsPost
IsOptionsSignature
this.IsOptions
IsDeleteSignature
this.IsDelete

Summary

NameSignatureSynopsis
IsCustomthis.IsCustomNo description available.
IsHeadthis.IsHeadNo description available.
IsPostthis.IsPostNo description available.
IsOptionsthis.IsOptionsNo description available.
IsDeletethis.IsDeleteNo description available.
IsPatchthis.IsPatchNo description available.
IsPutthis.IsPutNo description available.
IsGetthis.IsGetNo description available.
GetGetNo description available.
HeadHeadNo description available.
PostPostNo description available.
PutPutNo description available.
PatchPatchNo description available.
DeleteDeleteNo description available.
OptionsOptionsNo description available.
CustomCustom nameNo description available.

IsCustom

this.IsCustom
Member

Returns

bool

IsHead

this.IsHead
Member

Returns

bool

IsPost

this.IsPost
Member

Returns

bool

IsOptions

this.IsOptions
Member

Returns

bool

IsDelete

this.IsDelete
Member

Returns

bool

IsPatch

this.IsPatch
Member

Returns

bool

IsPut

this.IsPut
Member

Returns

bool

IsGet

this.IsGet
Member

Returns

bool

Get

Get
Member

Returns

unit

Head

Head
Member

Returns

unit

Post

Post
Member

Returns

unit

Put

Put
Member

Returns

unit

Patch

Patch
Member

Returns

unit

Delete

Delete
Member

Returns

unit

Options

Options
Member

Returns

unit

Custom

Custom name
Member

Parameters

NameTypeDescription
namestring

Returns

unit