httprint 0.1.0

Logs HTTP requests to the console for debugging
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.tiny_http]
version = "0.12.0"

[package]
authors = ["Livio Ribeiro <livioribeiro@outlook.com>"]
description = "Logs HTTP requests to the console for debugging"
edition = "2021"
keywords = ["debug", "http", "requestbin", "httpbin"]
license = "Unlicense"
name = "httprint"
readme = "README.md"
version = "0.1.0"