1xx · Informational
100Continue
服务器已收到请求头,客户端应继续发送请求体。
What is HTTP 100?
100 Continue 表示服务器已收到请求头,客户端应继续发送请求体。常用于客户端在发送大请求体前先确认服务器是否愿意接受。配合 Expect: 100-continue 头使用。
Example
POST /upload with Expect: 100-continue → 100 ContinueCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →