3 releases

0.15.2 Jun 6, 2023
0.15.1 Feb 4, 2023
0.15.0 Oct 1, 2022

#134 in HTTP client

Download history 184/week @ 2024-01-21 409/week @ 2024-01-28 172/week @ 2024-02-04 235/week @ 2024-02-11 334/week @ 2024-02-18 293/week @ 2024-02-25 300/week @ 2024-03-03 374/week @ 2024-03-10 276/week @ 2024-03-17 312/week @ 2024-03-24 428/week @ 2024-03-31 449/week @ 2024-04-07 372/week @ 2024-04-14 698/week @ 2024-04-21 453/week @ 2024-04-28 441/week @ 2024-05-05

2,006 downloads per month
Used in 19 crates (7 directly)

MIT license

1MB
18K SLoC

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.

Dependencies

~4–16MB
~141K SLoC