@axonlabs/core
Preparing search index...
HttpMethods
Interface HttpMethods
interface
HttpMethods
{
DELETE
:
Routes
<
any
>
;
GET
:
Routes
<
any
>
;
OPTIONS
:
Routes
<
any
>
;
PATCH
:
Routes
<
any
>
;
POST
:
Routes
<
any
>
;
PUT
:
Routes
<
any
>
;
}
Index
Properties
DELETE
GET
OPTIONS
PATCH
POST
PUT
Properties
DELETE
DELETE
:
Routes
<
any
>
GET
GET
:
Routes
<
any
>
OPTIONS
OPTIONS
:
Routes
<
any
>
PATCH
PATCH
:
Routes
<
any
>
POST
POST
:
Routes
<
any
>
PUT
PUT
:
Routes
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
DELETE
GET
OPTIONS
PATCH
POST
PUT
@axonlabs/core
Loading...