codebutler / android-websockets

Bare minimum websockets (hybi13/RFC) client for Android
712 stars 495 forks source link

Usage of deprecated library org.apache.http #37

Open dllentry opened 5 years ago

dllentry commented 5 years ago

StatusLine, HttpException, Header and BasicLineParser are all part of deprecated org.apache.http. Are there plans to re-write this class using the java.net.HttpURLConnection?