| name | hyper |
| description | A protective and efficient HTTP library for all. WHEN: build web servers or apis with hyper, run or write tests, build command-line interfaces. Triggers: use hyper, install hyper, how to use hyper, ma |
hyper
A protective and efficient HTTP library for all.
When to Use
- Build web servers or APIs with hyper
- Run or write tests
- Build command-line interfaces
When NOT to Use
- Projects using Python or JavaScript (different ecosystem)
Quick Start
Install
cargo install hyper
Project Info
- Language: Rust, C
- License: MIT
- Tests: Yes
File Structure
├── benches/
│ ├── support/
│ ├── body.rs
│ ├── connect.rs
│ ├── end_to_end.rs
│ ├── pipeline.rs
│ └── server.rs
├── capi/
│ ├── examples/
│ ├── include/
│ ├── cbindgen.toml
│ ├── gen_header.sh
│ └── README.md
├── docs/
│ ├── CODE_OF_CONDUCT.md
│ ├── CODE_STYLE.md
│ ├── COMMITS.md
│ ├── GOVERNANCE.md
│ ├── ISSUES.md
│ ├── MAINTAINERS.md
Generated by repo2skill