FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
660 stars 136 forks source link

session.post() function, json parameter should allow accepting list type #91

Closed Xiaobooooo closed 11 months ago

Xiaobooooo commented 11 months ago

When json = [{"a":"value"}], Pycharm ide will be a warning,Although the code can run