Skip to content

Latest commit

 

History

History

hyper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hyper

Hyper is a low-level HTTP library that normally makes use of tokio, but is fundamentally runtime agnostic. We can use hyper over our runtime by implementing the Executor trait and the Accept trait.