Skip to content

Commit

Permalink
Add support of Origin head on CORS requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeckie committed Nov 21, 2015
1 parent d44ee59 commit 308bf9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/header/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub use self::if_unmodified_since::IfUnmodifiedSince;
pub use self::if_range::IfRange;
pub use self::last_modified::LastModified;
pub use self::location::Location;
pub use self::origin::Origin;
pub use self::pragma::Pragma;
pub use self::range::{Range, ByteRangeSpec};
pub use self::referer::Referer;
Expand Down Expand Up @@ -387,6 +388,7 @@ mod if_range;
mod if_unmodified_since;
mod last_modified;
mod location;
mod origin;
mod pragma;
mod range;
mod referer;
Expand Down

0 comments on commit 308bf9b

Please sign in to comment.