mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Stubs for fetch module
This commit is contained in:
parent
4da88f0ecc
commit
c80b8af8cc
3 changed files with 14 additions and 0 deletions
5
src/components/net/fetch/request.rs
Normal file
5
src/components/net/fetch/request.rs
Normal file
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue