3 releases

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

#212 in HTTP client

Download history 295/week @ 2024-06-10 353/week @ 2024-06-17 366/week @ 2024-06-24 251/week @ 2024-07-01 299/week @ 2024-07-08 350/week @ 2024-07-15 273/week @ 2024-07-22 257/week @ 2024-07-29 216/week @ 2024-08-05 207/week @ 2024-08-12 127/week @ 2024-08-19 121/week @ 2024-08-26 169/week @ 2024-09-02 200/week @ 2024-09-09 116/week @ 2024-09-16 204/week @ 2024-09-23

696 downloads per month
Used in 17 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–15MB
~126K SLoC