(self, path: str, value: str)
| 169 | self.auth[path] = (username, password) |
| 170 | |
| 171 | def set_csp(self, path: str, value: str) -> None: |
| 172 | self.csp[path] = value |
| 173 | |
| 174 | def reset(self) -> None: |
| 175 | if self.request_subscribers: |
nothing calls this directly
no outgoing calls
no test coverage detected