Skip to content

Commit 86011c8

Browse files
committed
2 parents edc83b2 + 0114c42 commit 86011c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A tiny debug HTTP interceptor: it exposes an `/inbound` endpoint that accepts any POST request, stores it in memory, and shows it in a minimalist Vue UI. Includes a FastAPI backend API for listing, viewing, and deleting captured requests.
44

5+
[![CI](https://github.com/maesse/HTTPIntercepter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/maesse/HTTPIntercepter/actions/workflows/ci.yml)
6+
57
## Structure
68

79
- `backend/` — FastAPI app, pytest tests

0 commit comments

Comments
 (0)