Expected to define the pair of HTTP method and its URL.
(self)
| 182 | raise NotImplementedError() |
| 183 | |
| 184 | def add_command(self) -> Tuple[str, str]: |
| 185 | """ |
| 186 | Expected to define the pair of HTTP method and its URL. |
| 187 | """ |
| 188 | raise NotImplementedError() |
| 189 | |
| 190 | |
| 191 | def _get_remote_connection_and_client_config( |
no outgoing calls
no test coverage detected