Skip to content

mntm-lib/http-web

Repository files navigation

@mntm/http-web

See documentation

Basic usage

import { serve, Response } from '@mntm/http-web';

serve(() => new Response("Hello, world"));