Skip to main content

ServerRequestOptions

@ticketlayer/live


@ticketlayer/live / server / ServerRequestOptions

Interface: ServerRequestOptions

Defined in: server.ts:63

Properties

fetchInit?

optional fetchInit?: RequestInit;

Defined in: server.ts:68

RequestInit merged into this one request - e.g. Next's { next: { revalidate: 300, tags: ['events'] } }.


noCache?

optional noCache?: boolean;

Defined in: server.ts:70

Bypass the in-memory cache for this call (still stores the result).