3 releases

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

#254 in HTTP client

Download history 344/week @ 2024-03-13 287/week @ 2024-03-20 343/week @ 2024-03-27 454/week @ 2024-04-03 409/week @ 2024-04-10 510/week @ 2024-04-17 661/week @ 2024-04-24 334/week @ 2024-05-01 468/week @ 2024-05-08 413/week @ 2024-05-15 689/week @ 2024-05-22 338/week @ 2024-05-29 343/week @ 2024-06-05 258/week @ 2024-06-12 353/week @ 2024-06-19 400/week @ 2024-06-26

1,376 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