diff options
Diffstat (limited to 'components/net/fetch/response.rs')
-rw-r--r-- | components/net/fetch/response.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/net/fetch/response.rs b/components/net/fetch/response.rs index 48a2794aed3..ffa32b14356 100644 --- a/components/net/fetch/response.rs +++ b/components/net/fetch/response.rs @@ -2,6 +2,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +use self::ResponseBody::*; +use self::ResponseType::*; + use url::Url; use hyper::status::StatusCode; use hyper::status::Ok as StatusOk; |