Allow passing a method, request body, and headers to the pipeline in LoadUrlMsg

This commit is contained in:
Manish Goregaokar 2014-10-09 14:09:15 +05:30
parent 15b508ac10
commit ad16c52a6b
10 changed files with 75 additions and 35 deletions

View file

@ -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;