@mcsb/framework / Exports / Endpoint
Class: Endpoint
Hierarchy
Endpoint
Implements
Table of contents
Constructors
Methods
Constructors
constructor
• new Endpoint()
Methods
handle
▸ Abstract
handle(req
): Promise
<Response
>
Parameters
Name | Type |
---|---|
req | Request |
Returns
Promise
<Response
>