aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/net/fetch/request.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-07-30 18:46:25 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-07-30 18:46:25 +0530
commitc80b8af8cceb1ee78d46e783e18cce6b06409cc3 (patch)
tree86ab630b1da46d90504426f8aeb8044f8e0888e7 /src/components/net/fetch/request.rs
parent4da88f0ecc92149034f5bba70d5105f995693b1e (diff)
downloadservo-c80b8af8cceb1ee78d46e783e18cce6b06409cc3.tar.gz
servo-c80b8af8cceb1ee78d46e783e18cce6b06409cc3.zip
Stubs for fetch module
Diffstat (limited to 'src/components/net/fetch/request.rs')
-rw-r--r--src/components/net/fetch/request.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/net/fetch/request.rs b/src/components/net/fetch/request.rs
new file mode 100644
index 00000000000..12c21ed4427
--- /dev/null
+++ b/src/components/net/fetch/request.rs
@@ -0,0 +1,5 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * 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/. */
+
+pub struct Request; \ No newline at end of file