Skip to content

Commit

Permalink
Merge pull request #112 from jayvdb/fix-cookieless-build
Browse files Browse the repository at this point in the history
Fix building without cookies feature
  • Loading branch information
alexliesenfeld committed Sep 3, 2024
2 parents cea068b + 808aa7b commit e59cf16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/matchers/readers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ pub mod request_value {
)
}

#[cfg(feature = "cookies")]
#[inline]
pub fn cookies(req: &HttpMockRequest) -> Option<Vec<(String, Option<String>)>> {
Some(
Expand Down

0 comments on commit e59cf16

Please sign in to comment.