mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Net side of XHR fetch integration
This commit is contained in:
parent
b5255f011e
commit
2cbc8dee25
5 changed files with 107 additions and 6 deletions
|
@ -43,6 +43,7 @@ pub enum Origin {
|
|||
#[derive(Clone, PartialEq)]
|
||||
pub enum Referer {
|
||||
NoReferer,
|
||||
/// Default referer if nothing is specified
|
||||
Client,
|
||||
RefererUrl(Url)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue