Stone.js API
    Preparing search index...

    Middleware for handling server responses and transforming them into the appropriate HTTP responses.

    This middleware processes outgoing responses and attaches the necessary headers, status codes, and body content to the HTTP response.

    Index
    • Create a ServerResponseMiddleware.

      Parameters

      • options: { blueprint: IBlueprint }

        Options for creating the ServerResponseMiddleware.

      Returns ServerResponseMiddleware