An open API service indexing awesome lists of open source software.

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

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)
```