httping 0.1.9

Ping for HTTP/s
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "httping"
description = "Ping for HTTP/s"
version = "0.1.9"
edition = "2021"
authors = ["james@koonts.net"]
license = "MIT"
repository = "https://github.com/helloimalemur/httping"
keywords = ["httping", "http", "ping", "ping-http"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.12.2", features = ["json", "stream"] }
tokio = { version = "1.37.0", features = ["full"] }
chrono = "0.4.37"
bytes = "1.6.0"