*函数*:this.取请求头([文本型]欲取请求头)
*返回*:[文本型]请求头值
*SDK版本*:1.0
*函数功能*:获取当前Header的值文本。
*使用例程*:
GET /index.esp HTTP/1.1
Accept: image/gif
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; TheWorld)
Connection: Keep-Alive
执行函数:this.取请求头(User-Agent),返回值:“Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; TheWorld) ”