HttpCode Type

The standard HTTP response codes

Union cases

Union case Description

HTTP_100

Full Usage: HTTP_100

HTTP_101

Full Usage: HTTP_101

HTTP_200

Full Usage: HTTP_200

HTTP_201

Full Usage: HTTP_201

HTTP_202

Full Usage: HTTP_202

HTTP_203

Full Usage: HTTP_203

HTTP_204

Full Usage: HTTP_204

HTTP_205

Full Usage: HTTP_205

HTTP_206

Full Usage: HTTP_206

HTTP_300

Full Usage: HTTP_300

HTTP_301

Full Usage: HTTP_301

HTTP_302

Full Usage: HTTP_302

HTTP_303

Full Usage: HTTP_303

HTTP_304

Full Usage: HTTP_304

HTTP_305

Full Usage: HTTP_305

HTTP_306

Full Usage: HTTP_306

HTTP_307

Full Usage: HTTP_307

HTTP_400

Full Usage: HTTP_400

HTTP_401

Full Usage: HTTP_401

HTTP_402

Full Usage: HTTP_402

HTTP_403

Full Usage: HTTP_403

HTTP_404

Full Usage: HTTP_404

HTTP_405

Full Usage: HTTP_405

HTTP_406

Full Usage: HTTP_406

HTTP_407

Full Usage: HTTP_407

HTTP_408

Full Usage: HTTP_408

HTTP_409

Full Usage: HTTP_409

HTTP_410

Full Usage: HTTP_410

HTTP_411

Full Usage: HTTP_411

HTTP_412

Full Usage: HTTP_412

HTTP_413

Full Usage: HTTP_413

HTTP_414

Full Usage: HTTP_414

HTTP_415

Full Usage: HTTP_415

HTTP_416

Full Usage: HTTP_416

HTTP_417

Full Usage: HTTP_417

HTTP_422

Full Usage: HTTP_422

HTTP_426

Full Usage: HTTP_426

HTTP_428

Full Usage: HTTP_428

HTTP_429

Full Usage: HTTP_429

HTTP_451

Full Usage: HTTP_451

HTTP_500

Full Usage: HTTP_500

HTTP_501

Full Usage: HTTP_501

HTTP_502

Full Usage: HTTP_502

HTTP_503

Full Usage: HTTP_503

HTTP_504

Full Usage: HTTP_504

HTTP_505

Full Usage: HTTP_505

Instance members

Instance member Description

this.IsHTTP_100

Full Usage: this.IsHTTP_100

Returns: bool
Returns: bool

this.IsHTTP_101

Full Usage: this.IsHTTP_101

Returns: bool
Returns: bool

this.IsHTTP_200

Full Usage: this.IsHTTP_200

Returns: bool
Returns: bool

this.IsHTTP_201

Full Usage: this.IsHTTP_201

Returns: bool
Returns: bool

this.IsHTTP_202

Full Usage: this.IsHTTP_202

Returns: bool
Returns: bool

this.IsHTTP_203

Full Usage: this.IsHTTP_203

Returns: bool
Returns: bool

this.IsHTTP_204

Full Usage: this.IsHTTP_204

Returns: bool
Returns: bool

this.IsHTTP_205

Full Usage: this.IsHTTP_205

Returns: bool
Returns: bool

this.IsHTTP_206

Full Usage: this.IsHTTP_206

Returns: bool
Returns: bool

this.IsHTTP_300

Full Usage: this.IsHTTP_300

Returns: bool
Returns: bool

this.IsHTTP_301

Full Usage: this.IsHTTP_301

Returns: bool
Returns: bool

this.IsHTTP_302

Full Usage: this.IsHTTP_302

Returns: bool
Returns: bool

this.IsHTTP_303

Full Usage: this.IsHTTP_303

Returns: bool
Returns: bool

this.IsHTTP_304

Full Usage: this.IsHTTP_304

Returns: bool
Returns: bool

this.IsHTTP_305

Full Usage: this.IsHTTP_305

Returns: bool
Returns: bool

this.IsHTTP_306

Full Usage: this.IsHTTP_306

Returns: bool
Returns: bool

this.IsHTTP_307

Full Usage: this.IsHTTP_307

Returns: bool
Returns: bool

this.IsHTTP_400

Full Usage: this.IsHTTP_400

Returns: bool
Returns: bool

this.IsHTTP_401

Full Usage: this.IsHTTP_401

Returns: bool
Returns: bool

this.IsHTTP_402

Full Usage: this.IsHTTP_402

Returns: bool
Returns: bool

this.IsHTTP_403

Full Usage: this.IsHTTP_403

Returns: bool
Returns: bool

this.IsHTTP_404

Full Usage: this.IsHTTP_404

Returns: bool
Returns: bool

this.IsHTTP_405

Full Usage: this.IsHTTP_405

Returns: bool
Returns: bool

this.IsHTTP_406

Full Usage: this.IsHTTP_406

Returns: bool
Returns: bool

this.IsHTTP_407

Full Usage: this.IsHTTP_407

Returns: bool
Returns: bool

this.IsHTTP_408

Full Usage: this.IsHTTP_408

Returns: bool
Returns: bool

this.IsHTTP_409

Full Usage: this.IsHTTP_409

Returns: bool
Returns: bool

this.IsHTTP_410

Full Usage: this.IsHTTP_410

Returns: bool
Returns: bool

this.IsHTTP_411

Full Usage: this.IsHTTP_411

Returns: bool
Returns: bool

this.IsHTTP_412

Full Usage: this.IsHTTP_412

Returns: bool
Returns: bool

this.IsHTTP_413

Full Usage: this.IsHTTP_413

Returns: bool
Returns: bool

this.IsHTTP_414

Full Usage: this.IsHTTP_414

Returns: bool
Returns: bool

this.IsHTTP_415

Full Usage: this.IsHTTP_415

Returns: bool
Returns: bool

this.IsHTTP_416

Full Usage: this.IsHTTP_416

Returns: bool
Returns: bool

this.IsHTTP_417

Full Usage: this.IsHTTP_417

Returns: bool
Returns: bool

this.IsHTTP_422

Full Usage: this.IsHTTP_422

Returns: bool
Returns: bool

this.IsHTTP_426

Full Usage: this.IsHTTP_426

Returns: bool
Returns: bool

this.IsHTTP_428

Full Usage: this.IsHTTP_428

Returns: bool
Returns: bool

this.IsHTTP_429

Full Usage: this.IsHTTP_429

Returns: bool
Returns: bool

this.IsHTTP_451

Full Usage: this.IsHTTP_451

Returns: bool
Returns: bool

this.IsHTTP_500

Full Usage: this.IsHTTP_500

Returns: bool
Returns: bool

this.IsHTTP_501

Full Usage: this.IsHTTP_501

Returns: bool
Returns: bool

this.IsHTTP_502

Full Usage: this.IsHTTP_502

Returns: bool
Returns: bool

this.IsHTTP_503

Full Usage: this.IsHTTP_503

Returns: bool
Returns: bool

this.IsHTTP_504

Full Usage: this.IsHTTP_504

Returns: bool
Returns: bool

this.IsHTTP_505

Full Usage: this.IsHTTP_505

Returns: bool
Returns: bool

this.code

Full Usage: this.code

Returns: int
Returns: int

this.describe ()

Full Usage: this.describe ()

Returns: string
Returns: string

this.message

Full Usage: this.message

Returns: string
Returns: string

this.reason

Full Usage: this.reason

Returns: string
Returns: string

this.status

Full Usage: this.status

Returns: HttpStatus
Returns: HttpStatus

Static members

Static member Description

HttpCode.tryParse code

Full Usage: HttpCode.tryParse code

Parameters:
    code : int

Returns: Choice<HttpCode, string>
code : int
Returns: Choice<HttpCode, string>