hooch-http 0.1.4

HTTP addition to the hooch runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "hooch-http"
version = "0.1.4"
edition = "2024"
description = "HTTP addition to the hooch runtime"
authors = ["Bartek"]
license = "Apache-2.0"
repository = "https://github.com/bwintertkb/hooch-http"
readme = "README.md"
keywords = ["async", "http", "io", "non-blocking"]
categories = ["asynchronous"]

[dependencies]
futures = "0.3.31"
hooch = "0.1.6"