Skip to content

A light weight HTTP request capture and inspection tool.

Notifications You must be signed in to change notification settings

bharxhav/antenna

Repository files navigation

Antenna

A simple HTTP request capture and inspection tool. Antenna captures all incoming HTTP requests and displays them in a clean interface for debugging and testing.

antenna

Features

  • Captures all incoming HTTP requests
  • Displays request details including headers, query parameters, and body
  • Real-time updates with refresh button
  • Clear view functionality

Getting Started

# Install dependencies
npm install

# Start the server
npm start

The server will run on http://localhost:29999 by default.

Docker

# Build and run with Docker Compose
docker-compose up

under its-ours license.

About

A light weight HTTP request capture and inspection tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published