Interface: MessagesDelegate

Server.MessagesDelegate

Delegate with implementation for messages used in route handlers.

Table of contents

Methods

Methods

getHello

getHello(): string

Get message to send as a reply for GET / route.

Returns

string

Defined in

types.ts:132


getStatus

getStatus(): string

Get message to send as a reply for GET /status route.

Returns

string

Defined in

types.ts:135