0
4

1 回答 1

3

你找错地方了。你需要进去看看IdHTTP1.**Response**.RawHeaders。此外,所有这些值实际上都有与之关联的单独属性,例如:

IdHTTP1.Response.ResponseVersion
IdHTTP1.Response.ResponseCode
IdHTTP1.Response.ResponseText
IdHTTP1.Response.Date
IdHTTP1.Response.Server
IdHTTP1.Response.LastModified
IdHTTP1.Response.ETag
IdHTTP1.Response.AcceptRanges
IdHTTP1.Response.ContentLength (also IdHTTP1.Response.HasContentLength)
IdHTTP1.Response.Connection
IdHTTP1.Response.ContentType
于 2013-06-09T19:10:11.217 回答