requests icon indicating copy to clipboard operation
requests copied to clipboard

Update comment to clarify request headers type

Open tpaulshippy opened this issue 3 years ago • 0 comments

We ran into an issue where the CaseInsensitiveDict is not JSON serializable. The fix is easy - wrap in dict(). But comments that clarify that this class is used on both requests and responses would have been helpful.

tpaulshippy avatar Aug 26 '22 22:08 tpaulshippy