Skip to content

@mcsb/framework / Exports / Endpoint

Class: Endpoint

Hierarchy

Implements

Table of contents

Constructors

Methods

Constructors

constructor

new Endpoint()

Methods

handle

Abstract handle(req): Promise<Response>

Parameters

NameType
reqRequest

Returns

Promise<Response>

Implementation of

Executor.handle

Defined in

Endpoint.ts:5

Released under the MIT License.