(HttpMethod method, String url)
| 76 | } |
| 77 | |
| 78 | public static Builder builder(HttpMethod method, String url) { |
| 79 | return new Builder(method, url); |
| 80 | } |
| 81 | |
| 82 | public static RequestKey create(Request request) { |
| 83 | return new RequestKey(request); |
no outgoing calls