Documentation
    Preparing search index...

    Module @quatrain/api-server-astro

    @quatrain/api-server-astro

    Astro Adapter for the Quatrain API Server. It bridges the Quatrain API server interface with the web standard Request/Response API used natively by Astro endpoints.

    • Standard Astro APIRoute compatibility: Easily host Quatrain API handlers inside Astro server routes.
    • Express-like Route Parsing: Supports catch-all routes and extracts route parameters dynamically.
    • Response Recording: Records Quatrain API responses and translates them to native Astro standard Responses.

    Refer to HOWTO.md for integration details.

    AGPL-3.0-only

    Classes

    AstroAdapter