logo
  • 教程列表
  • SO官方文档
  • HttpURLConnection
    • 创建 HttpURLConnection
    • 发送 HTTP GET 请求
    • 读取 HTTP GET 请求的正文
    • 使用参数发送 HTTP POST 请求
    • 将 HttpURLConnection 用于多部分数据
    • 使用 HttpURLConnection 上传(POST)文件
    • 一个多用途的 HttpURLConnection 类,用于处理所有类型的 HTTP 请求
  1. StackOverflow 文档
  2. Android 教程
  3. HttpURLConnection

HttpURLConnection

Created: November-22, 2018

HttpURLConnection 是 Android 的标准 HTTP 客户端,用于通过 Web 发送和接收数据。它是 HTTP 的 URLConnection(RFC 2616)的具体实现。

  • 创建 HttpURLConnection

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明