Executes a request against its Request#url() url and returns a response. @param request safe to replay. @param options options to apply to this request. @return connected response, Response.Body is absent or unread. @throws IOException on a network error connecting to {@link Request
(Request request, Options options)
| 41 | * @throws IOException on a network error connecting to {@link Request#url()}. |
| 42 | */ |
| 43 | Response execute(Request request, Options options) throws IOException; |
| 44 | |
| 45 | /** |
| 46 | * @deprecated use {@link DefaultClient} instead. |
no outgoing calls