Skip to content
#

httpurlconnection

Here are 57 public repositories matching this topic...

App is an example of getting data from the remote data source performed by AsyncTaskLoader on the background thread. It's list of Earthquakes, each item shows eartquakes magnitude, time and location. Data are fetched by making HTTP request to the Earthquakes API and then by getting JSON response from the server. Clicking on list item, opens another activity that shows google map of eartquake location.

  • Updated Jun 3, 2020
  • Java

http客户端接口设计,完全模拟http可能的参数,支持GET、POST、文件上传下载等,有多种实现:OKHttp3、ApacheHttpClient、HttpURLConnection、Jodd-http,可以无代码改变地切换http实现。 我用此工具逐渐替换了业务项目工程中不统一、繁杂的各种HttpClient工具的实现、版本,只需要面向统一、抽象的操作接口。做到一键切换http请求的实现,而无需散弹式修改。

  • Updated Dec 8, 2020
  • Java

Improve this page

Add a description, image, and links to the httpurlconnection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the httpurlconnection topic, visit your repo's landing page and select "manage topics."

Learn more