(HttpMethod method, String url)
| 235 | } |
| 236 | |
| 237 | public Request verifyOne(HttpMethod method, String url) { |
| 238 | return verifyTimes(method, url, 1).get(0); |
| 239 | } |
| 240 | |
| 241 | public Request verifyOne(RequestKey requestKey) { |
| 242 | return verifyTimes(requestKey, 1).get(0); |