Lines Matching full:hyper
1 # Hyper chapter
3 Hyper is a separate HTTP library written in Rust. curl can be told to use this
8 Hyper support in curl is considered **EXPERIMENTAL** until further notice. It
11 Further development and tweaking of the Hyper backend support in curl will
15 ## Hyper version
17 The C API for Hyper is brand new and is still under development.
19 ## build curl with hyper
21 Build hyper and enable the C API:
23 % git clone https://github.com/hyperium/hyper
24 % cd hyper
27 Build curl to use hyper's C API:
32 % ./configure --with-hyper=<hyper dir>
35 # using Hyper internally
37 Hyper is a low level HTTP transport library. curl itself provides all HTTP
38 headers and Hyper provides all received headers back to curl.
43 The API in Hyper delivers received HTTP headers as (cleaned up) name=value
45 over the wire with Hyper.
49 The hyper backend doesn't support