Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.1 KB

http.httpcontrollerinterface.md

File metadata and controls

44 lines (25 loc) · 1.1 KB

Serendip Framework > Http > HttpControllerInterface

Interface: HttpControllerInterface

Hierarchy

HttpControllerInterface

Implemented by

Index

Methods


Methods

<Optional> onRequest

onRequest(req: HttpRequestInterface, res: HttpResponseInterface, next?: Function, done?: Function, model?: any): any

Defined in src/http/interfaces/HttpControllerInterface.ts:11

Parameters:

Name Type
req HttpRequestInterface
res HttpResponseInterface
Optional next Function
Optional done Function
Optional model any

Returns: any