Function
Static Public Summary | ||
public |
DELETE(path: *, schema: *): * |
|
public |
GET(path: *, schema: *): * |
|
public |
HEAD(path: *, schema: *): * |
|
public |
PATCH(path: *, schema: *): * |
|
public |
POST(path: *, schema: *): * |
|
public |
PUT(path: *, schema: *): * |
|
public |
|
Static Public
public DELETE(path: *, schema: *): * source
import {DELETE} from 'mvkoa/source/index.js'
Params:
Name | Type | Attribute | Description |
path | * | ||
schema | * |
Return:
* |
public GET(path: *, schema: *): * source
import {GET} from 'mvkoa/source/index.js'
Params:
Name | Type | Attribute | Description |
path | * | ||
schema | * |
Return:
* |
public HEAD(path: *, schema: *): * source
import {HEAD} from 'mvkoa/source/index.js'
Params:
Name | Type | Attribute | Description |
path | * | ||
schema | * |
Return:
* |
public PATCH(path: *, schema: *): * source
import {PATCH} from 'mvkoa/source/index.js'
Params:
Name | Type | Attribute | Description |
path | * | ||
schema | * |
Return:
* |
public POST(path: *, schema: *): * source
import {POST} from 'mvkoa/source/index.js'
Params:
Name | Type | Attribute | Description |
path | * | ||
schema | * |
Return:
* |
public PUT(path: *, schema: *): * source
import {PUT} from 'mvkoa/source/index.js'
Params:
Name | Type | Attribute | Description |
path | * | ||
schema | * |
Return:
* |
public request(method: String, path: String, schema: Function): Decorator source
import {request} from 'mvkoa/source/index.js'