diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-07-30 18:46:25 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-07-30 18:46:25 +0530 |
commit | c80b8af8cceb1ee78d46e783e18cce6b06409cc3 (patch) | |
tree | 86ab630b1da46d90504426f8aeb8044f8e0888e7 /src/components/net/fetch/request.rs | |
parent | 4da88f0ecc92149034f5bba70d5105f995693b1e (diff) | |
download | servo-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.rs | 5 |
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 |