aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-10-09 14:09:15 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-10-09 14:09:29 +0530
commitad16c52a6b9b29867518beea161a5bb876086df5 (patch)
treefe7f79fe078d2964e2f3a3ddbb2fa2c78825fb99 /components/msg/lib.rs
parent15b508ac10d0e98ba10474b6ab091017ae95804e (diff)
downloadservo-ad16c52a6b9b29867518beea161a5bb876086df5.tar.gz
servo-ad16c52a6b9b29867518beea161a5bb876086df5.zip
Allow passing a method, request body, and headers to the pipeline in LoadUrlMsg
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r--components/msg/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 9fd61ed5a8d..15e06b55060 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -6,6 +6,7 @@
extern crate azure;
extern crate geom;
+extern crate http;
extern crate layers;
extern crate serialize;
extern crate "util" as servo_util;