Forest Admin - API reference
    Preparing search index...
    HttpCallback: (
        req: http.IncomingMessage,
        res: http.ServerResponse,
        next?: () => void,
    ) => void

    Type Declaration

      • (req: http.IncomingMessage, res: http.ServerResponse, next?: () => void): void
      • Parameters

        • req: http.IncomingMessage
        • res: http.ServerResponse
        • Optionalnext: () => void

        Returns void