File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 22title : Getting Started
33layout : guide
44permalink : /guides/0.14/
5- redirect_from :
6- - /guides/
75---
86
97hyper is an HTTP library for the Rust language.
108
9+ > ** NOTE** : These guides are for the older 0.14.x version of hyper. Did
10+ > you want the [ v1 guides] ( /guides/1 ) ?
11+
1112You can start using it by first adding it to your ` Cargo.toml ` :
1213
1314``` toml
Original file line number Diff line number Diff line change 22title : Getting Started
33layout : guide
44permalink : /guides/1/
5+ redirect_from :
6+ - /guides/
57---
68
79hyper is an HTTP library for the Rust language.
810
9- You can start using it by first adding it to your ` Cargo.toml ` :
10-
11- ``` toml
12- [dependencies ]
13- hyper = { version = " 1" , features = [" full" ] }
14- ```
11+ If this is your ** first time** here, take a look at [ how to
12+ setup] ( init/setup ) .
1513
1614- If building a web server, continue with the [ Server guide] [ ] .
1715- If trying to talk to a server, continue with the [ Client guide] [ ] .
You can’t perform that action at this time.
0 commit comments