Skip to main content

Interface: RoboReply

Properties

code()

code: (statusCode) => RoboReply;

Parameters

ParameterType
statusCodenumber

Returns

RoboReply


hasSent

hasSent: boolean;

header: (name, value) => RoboReply;

Parameters

ParameterType
namestring
valuestring

Returns

RoboReply


res

res: ServerResponse;

send()

send: (data) => RoboReply;

Parameters

ParameterType
datastring

Returns

RoboReply