encode / httpx

A next generation HTTP client for Python. 🦋
https://www.python-httpx.org/
BSD 3-Clause "New" or "Revised" License
13.09k stars 834 forks source link

fix: add type checking in form data #3173

Open trim21 opened 5 months ago

trim21 commented 5 months ago

Summary

ref: https://github.com/encode/httpx/issues/3170

this PR add type checking on application/x-www-form-urlencoded and multipart/form-data content type.

it will throw TypeError on unspported type

Checklist