如何将日志记录配置为文件请求的获取或发布?
my_config = {'verbose': sys.stderr}
requests.get('http://httpbin.org/headers', config=my_config)
我应该在详细中使用什么?
如何将日志记录配置为文件请求的获取或发布?
my_config = {'verbose': sys.stderr}
requests.get('http://httpbin.org/headers', config=my_config)
我应该在详细中使用什么?