Skip to main content
Go to Latest
type alias OnBodyParser
import { type OnBodyParser } from "https://deno.land/std@0.119.0/node/vendor/http_parser.d.ts";
definition: (
chunk: Buffer,
offset: number,
length: number,
) => void