2xx · Success
206Partial Content
服务器仅返回请求的部分资源。
What is HTTP 206?
206 Partial Content 表示服务器正在返回客户端请求的部分资源(通过 Range 头指定)。常见于视频流媒体和断点续传下载。
Example
GET /video.mp4 with Range: bytes=0-1023 → 206Check a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →