hyper_wasi

Crates.iohyper_wasi
lib.rshyper_wasi
version0.15.2
sourcesrc
created_at2022-10-01 18:27:47.450833
updated_at2023-06-06 16:03:24.328484
descriptionA fast and correct HTTP library.
homepagehttps://github.com/WasmEdge/hyper
repositoryhttps://github.com/WasmEdge/hyper
max_upload_size
id677948
size1,216,862
Michael Yuan (juntao)

documentation

README

hyper for WebAssembly: hyper_wasi

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.

  • HTTP/1 and HTTP/2
  • Asynchronous design
  • Leading in performance
  • Tested and correct
  • Extensive production use
  • Client and Server APIs

Get started by looking over the guides.

Contributing

To get involved, take a look at CONTRIBUTING.

License

hyper is provided under the MIT license. See LICENSE.

Commit count: 2584

cargo fmt