android-async-http / android-async-http/android-async-http
AsyncHttpClient.get()/post() must have a non-null ResponseHandlerInterface?
Open
- Dominant language
- Java
- Stars
- 10.6k
- Forks
- 4k
- PR merge metrics
- No merged PRs in 30d
Description
sometimes we do not need result, but cannot use a null ResponseHandlerInterface argument, or it throws error.
what about allowing null ResponseHandlerInterface argument? so that we don't need to create a useless object.
Contributor guide
Assessment
This issue has not been assessed yet.