Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个 HTTP 解析器,我很想知道如何从 HTTP 响应消息文本中检索 URL 。每个响应是否都包含页面的 URL?我需要查看标头中的某些字段还是只查看数据包的主体?我是否需要保存以前数据包中的信息(例如位置消息)?
请求有 URL,响应是发送回客户端的数据包。但是,如果您发出 HTTP 请求,则立即响应将来自同一个 URL。