Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 384 Bytes

hyper.md

File metadata and controls

16 lines (11 loc) · 384 Bytes

Crate hyper

hyper is a fast and correct HTTP implementation written in and for Rust

Features Flags

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

"Low-level"

The hyper crate provides a low-level HTTP implementation, means to be a building block for libraries and applications.