All Projects β†’ hyperium β†’ Hyper

hyperium / Hyper

Licence: mit
An HTTP library for Rust

Programming Languages

rust
11053 projects
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Hyper

aitch
aitch is a simple, lightweight toolkit for building HTTP servers in Rust, loosely based on Go's net/http.
Stars: ✭ 19 (-99.79%)
Mutual labels:  hyper
Verminal
A Hyper theme. πŸ’»
Stars: ✭ 386 (-95.67%)
Mutual labels:  hyper
Hyper Pokemon
Tailor-made PokΓ©mon themes for your Hyper terminal
Stars: ✭ 939 (-89.46%)
Mutual labels:  hyper
Yonce
πŸ‘‘ Queen Bey-inspired themes for all your favs.
Stars: ✭ 280 (-96.86%)
Mutual labels:  hyper
Hyper Statusline
Status Line Plugin for Hyper
Stars: ✭ 366 (-95.89%)
Mutual labels:  hyper
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (-49.7%)
Mutual labels:  hyper
hyper
Soho vibes for Hyper
Stars: ✭ 23 (-99.74%)
Mutual labels:  hyper
Hyper Match
HyperTerm extension which matches regular expressions with predefined commands
Stars: ✭ 15 (-99.83%)
Mutual labels:  hyper
Relaxed Terminal Themes
πŸ•ΆοΈ A relaxed terminal theme to take a more relaxed view of things. For iTerm, Hyper, the macOS Terminal and a bunch of others.
Stars: ✭ 382 (-95.71%)
Mutual labels:  hyper
Hyper Fileio
πŸš€ Ephemeral file sharing direct from Hyper
Stars: ✭ 18 (-99.8%)
Mutual labels:  hyper
Hyper Site
The official website for the Hyper terminal
Stars: ✭ 289 (-96.76%)
Mutual labels:  hyper
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (-96.22%)
Mutual labels:  hyper
Vm
πŸ’»β˜πŸ“¦ The (official) Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4).
Stars: ✭ 716 (-91.97%)
Mutual labels:  hyper
hyper-electron-highlighter
Hyper theme based on the Atom Electron Highlighter Syntax package
Stars: ✭ 15 (-99.83%)
Mutual labels:  hyper
Findergo
🐒 Open terminal quickly from Finder
Stars: ✭ 862 (-90.33%)
Mutual labels:  hyper
hyperblue-vibrancy
A theme for Hyper that fills your terminal with cool hues and leverages the Vibrancy API
Stars: ✭ 21 (-99.76%)
Mutual labels:  hyper
Hyperpwn
A hyper plugin to provide a flexible GDB GUI with the help of GEF, pwndbg or peda
Stars: ✭ 387 (-95.66%)
Mutual labels:  hyper
Hyperbeast
Supreme Terminal prompt
Stars: ✭ 20 (-99.78%)
Mutual labels:  hyper
Swarmmskit
Provisioning a Full MS NanoServer Cluster Swarm on Hyper-V with Consul + Vault + Private Registry + Management UI for your cluster Swarm Docker (all these tools will be configure during the deployment) ... all VMs integrated in an Active Directory Domain or using a Local account. You can use (means configure the FW rules for you !) or disable it ...
Stars: ✭ 13 (-99.85%)
Mutual labels:  hyper
Hyper Always On Top
Extension for Hyper.app to optionally keep window always on top
Stars: ✭ 16 (-99.82%)
Mutual labels:  hyper

hyper

crates.io Released API docs MIT licensed CI Discord chat

A fast and correct HTTP implementation for Rust.

  • 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.

"Low-level"

hyper is a relatively low-level library, meant to be a building block for libraries and applications.

If you are looking for a convenient HTTP client, then you may wish to consider reqwest. If you are looking for a convenient HTTP server, then you may wish to consider warp. Both are built on top of this library.

Contributing

To get involved, take a look at CONTRIBUTING.

If you prefer chatting, there is an active community in the Discord server.

License

hyper is provided under the MIT license. See LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].