Back to Qwik

Middleware.Netlify Edge.Api

packages/qwik-city/src/middleware/netlify-edge/middleware.netlify-edge.api.md

1.7.1725 B
Original Source

API Report File for "@builder.io/qwik-city"

Do not edit this file. It is a report generated by API Extractor.

ts

import type { Context } from '@netlify/edge-functions';
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';

// @public (undocumented)
export function createQwikCity(opts: QwikCityNetlifyOptions): (request: Request, context: Context) => Promise<Response>;

// @public (undocumented)
export interface PlatformNetlify extends Partial<Omit<Context, 'next' | 'cookies'>> {
}

// @public (undocumented)
export interface QwikCityNetlifyOptions extends ServerRenderOptions {
}

// (No @packageDocumentation comment for this package)