gpt4 book ai didi

c# - 从原始响应中删除 HTTP header

转载 作者:太空宇宙 更新时间:2023-11-03 19:34:26 25 4
gpt4 key购买 nike

假设我们向 URL 发出请求并取回原始响应,如下所示:

HTTP/1.1 200 OK
Date: Wed, 28 Apr 2010 14:39:13 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: PREF=ID=e2bca72563dfffcc:TM=1272465553:LM=1272465553:S=ZN2zv8oxlFPT1BJG; expires=Fri, 27-Apr-2012 14:39:13 GMT; path=/; domain=.google.co.uk
Server: gws
X-XSS-Protection: 1; mode=block
Connection: close

<!doctype html><html><head>...</head><body>...</body></html>

在 C# 中从响应中删除 HTTP header 的最佳方法是什么?用正则表达式?将其解析为某种 HTTPResponse 对象并仅使用正文?

编辑:

我正在使用 SOCKS 发出请求;这就是我得到原始响应的原因。

最佳答案

标题和正文由空行分隔。没有 RE 真的更容易做到。只需搜索第一个空行。

关于c# - 从原始响应中删除 HTTP header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2730520/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com