Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 237 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 237 Bytes

@mntm/http-web

See documentation

Basic usage

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

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