-
Notifications
You must be signed in to change notification settings - Fork 37
Http
fairy edited this page Sep 29, 2019
·
1 revision
http请求信息
"Http":{
"status":200,
"address":"http://www.baidu.com",
"time":"586ms",
"totalTime":"1374ms",
"speed":"128kbps",
"responseCode":200,
"size":"2.9KB",
"headerServer":"apache",
"checkHeaderServer":"bfe/1.0.8.18",
"isJump":true,
"header":[
{
"Server":"apache",
"Connection":"Keep-Alive",
"P3p":"CP=" OTI DSP COR IVA OUR IND COM "",
"X-Android-Received-Millis":"1565666277021",
"Date":"Tue, 13 Aug 2019 03:17:57 GMT",
"X-Android-Selected-Protocol":"http/1.1",
"null":"HTTP/1.1 302 Found",
"Cache-Control":"no-cache",
"Tracecode":"10770919360300337674081311, 10770855150396544522081311",
"X-Android-Response-Source":"NETWORK 302"
}
]
}| 数据键 | 数据类型 | 数据解释 |
|---|---|---|
| status | int | 执行结果,200表示成功 |
| address | String | 网址 |
| time | String | 请求Http用时 |
| totalTime | String | 总消耗时间 |
| speed | String | 速度 |
| responseCode | int | 请求状态 |
| size | String | 下载大小 |
| headerServer | String | 服务器 |
| checkHeaderServer | String | 校验服务器 |
| isJump | String | 跳转 |
| header | JSONArray | 返回header |
Android网络诊断工具