| Crates.io | hyper_wasi |
| lib.rs | hyper_wasi |
| version | 0.15.2 |
| created_at | 2022-10-01 18:27:47.450833+00 |
| updated_at | 2023-06-06 16:03:24.328484+00 |
| description | A fast and correct HTTP library. |
| homepage | https://github.com/WasmEdge/hyper |
| repository | https://github.com/WasmEdge/hyper |
| max_upload_size | |
| id | 677948 |
| size | 1,216,862 |
A fast and correct HTTP implementation for Rust. This is a fork from the original hyper with support for WebAssembly compilation target. That allows hyper client and server apps to run inside the WasmEdge Runtime as a lightweight and secure alternative to natively compiled apps in Linux container.
For more details and usage examples, please see the upstream hyper source and these examples.
Note: We do not yet support SSL / TLS connections in hyper_wasi yet.
Get started by looking over the guides.
To get involved, take a look at CONTRIBUTING.
hyper is provided under the MIT license. See LICENSE.