corydissinger / raw4j

Other
48 stars 27 forks source link

Use java.net package (available on Android) instead of Apache HttpComponents #4

Closed abonander closed 11 years ago

abonander commented 11 years ago

The java.net package is available on Android and is recommended over the outdated org.apache.http package. The final implementation is actually much simpler.

All tests pass successfully, and the Android test project runs flawlessly.

corydissinger commented 11 years ago

Thanks man! Now we should close the Android compatibility issue once and for all. :)