Synchronously send the request and return its response.
()
| 9 | * Synchronously send the request and return its response. |
| 10 | */ |
| 11 | T execute(); |
| 12 | |
| 13 | /** |
| 14 | * Asynchronously send the request and notify when response return. |
no outgoing calls
no test coverage detected