Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 02a182b

Browse files
committed
Update faq re http
1 parent 33e8e5a commit 02a182b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

en-US/faq.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,10 @@ Quoting the [official explanation](https://internals.rust-lang.org/t/crates-io-p
11831183
How can I make an HTTP request?
11841184
</a></h3>
11851185

1186-
The standard library does not include an implementation of HTTP, so you will want to use an external crate. [Hyper](https://github.com/hyperium/hyper) is the most popular, but there are [a number of others as well](https://crates.io/keywords/http).
1186+
The standard library does not include an implementation of HTTP, so you will want to use an external crate.
1187+
[reqwest](http://docs.rs/reqwest) is the simplest.
1188+
It is built on [hyper](https://github.com/hyperium/hyper), and written in Rust, but there are [a number of others as well](https://crates.io/keywords/http).
1189+
The [curl](https://docs.rs/curl) crate is widely used and provides bindings to the curl library.
11871190

11881191
<h3><a href="#how-can-i-write-a-gui-application" name="how-can-i-write-a-gui-application">
11891192
How can I write a GUI application in Rust?

0 commit comments

Comments
 (0)