requests
requests copied to clipboard
Update comment to clarify request headers type
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.