Async XHR GET with basic response header support

This commit is contained in:
Manish Goregaokar 2014-05-15 23:11:32 +05:30
parent 90a0bcfa78
commit 533fab46f9
8 changed files with 253 additions and 51 deletions

View file

@ -20,6 +20,7 @@ extern crate collections;
extern crate geom;
extern crate hubbub;
extern crate encoding;
extern crate http;
extern crate js;
extern crate libc;
extern crate native;