Fixed links in blocking::multipart that pointed to async version instead of blocking
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//! multipart/form-data
|
//! multipart/form-data
|
||||||
//!
|
//!
|
||||||
//! To send a `multipart/form-data` body, a [`Form`](crate::multipart::Form) is built up, adding
|
//! To send a `multipart/form-data` body, a [`Form`](crate::blocking::multipart::Form) is built up, adding
|
||||||
//! fields or customized [`Part`](crate::multipart::Part)s, and then calling the
|
//! fields or customized [`Part`](crate::blocking::multipart::Part)s, and then calling the
|
||||||
//! [`multipart`][builder] method on the `RequestBuilder`.
|
//! [`multipart`][builder] method on the `RequestBuilder`.
|
||||||
//!
|
//!
|
||||||
//! # Example
|
//! # Example
|
||||||
|
|||||||
Reference in New Issue
Block a user