CaseInsensitiveDict

requests 响应头部转json时报错TypeError: Object of type CaseInsensitiveDict is not JSON serializable

前言 requests 响应头部在转json时,想格式化输出,结果报错TypeError: Object of type CaseInsensitiveDict is not JSON serializable 报错详情 示例代码 import requests import json # 上海悠悠 ......

requests标头在json序列化时报错TypeError: Object of type CaseInsensitiveDict is not JSON serializable

requests的作者似乎为了解决header里大小写兼容的问题,而创建了大小写不敏感的数据结构CaseInsensitiveDict,具体分析可以参见:详解Requests中的数据结构CaseInsensitiveDict。 requests返回的response_header即是一个CaseIn ......
共2篇  :1/1页 首页上一页1下一页尾页