Skip to main content
Deno 2 is finally here 🎉️
Learn more

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

Document

brickwall.deno.dev

Reference

https://deno.land/x/brick_wall