https://github.com/livioribeiro/httprint
Logs HTTP requests to the console for debugging
https://github.com/livioribeiro/httprint
debug http httpbin requestbin
Last synced: 7 months ago
JSON representation
Logs HTTP requests to the console for debugging
- Host: GitHub
- URL: https://github.com/livioribeiro/httprint
- Owner: livioribeiro
- License: unlicense
- Created: 2023-01-07T14:34:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T18:34:04.000Z (over 2 years ago)
- Last Synced: 2025-02-05T11:50:03.527Z (8 months ago)
- Topics: debug, http, httpbin, requestbin
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTPrint
Listen to HTTP requests and prints to the console information about the request.
## Installation
```shell
cargo install httprint
```## Usage
```shell
$ httprint --help
Usage: httprint [ADDRESS]Parameters:
ADDRESS Address to listen (default: 127.0.0.1:8000)
```