Repository
Current version released
3 years ago
Brick Wall is simple only HTTP WAF for Deno.
import { BrickWall } from 'https://deno.land/x/brick_wall/mod.ts';
const brickWall = new BrickWall({ port: 8001 });
await brickWall.start();Features
- Simple only HTTP WAF.
- customization
- static
- dynamic form API
