Page Contents

Home > @loopback/testlab > ExpressContextStub

ExpressContextStub interface

Signature:

export interface ExpressContextStub extends HandlerContextStub 

Extends: HandlerContextStub

Properties

Property Modifiers Type Description

app

express.Application

request

express.Request

response

express.Response

result

Promise<ObservedResponse>