UNPKG

@curveball/core

Version:

Curveball is a framework writting in Typescript for Node.js

7 lines (6 loc) 254 B
import * as http2 from 'node:http2'; import { Context } from '@curveball/kernel'; /** * This is a utility for helping with HTTP/2 Push for node servers. */ export default function push(stream: http2.ServerHttp2Stream, pushCtx: Context): Promise<void>;