(mut self, time: Option<SystemTime>)
| 201 | /// ``` |
| 202 | #[must_use] |
| 203 | pub fn if_modified_since(mut self, time: Option<SystemTime>) -> Self { |
| 204 | self.if_modified_since = time; |
| 205 | self |
| 206 | } |
| 207 | |
| 208 | /// Set the path prefix filter. |
| 209 | /// |
no outgoing calls