fix typo about x-form-urlencoded doc
This commit is contained in:
@@ -344,7 +344,7 @@ impl RequestBuilder {
|
|||||||
/// Send a form body.
|
/// Send a form body.
|
||||||
///
|
///
|
||||||
/// Sets the body to the url encoded serialization of the passed value,
|
/// Sets the body to the url encoded serialization of the passed value,
|
||||||
/// and also sets the `Content-Type: application/www-form-url-encoded`
|
/// and also sets the `Content-Type: application/x-www-form-urlencoded`
|
||||||
/// header.
|
/// header.
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
|
|||||||
Reference in New Issue
Block a user