mirror of
https://github.com/curlconverter/curlconverter.git
synced 2022-05-22 02:35:29 +03:00
4 lines
81 B
Python
4 lines
81 B
Python
data = '{"title":"china1"}'
|
|
|
|
requests.post('http://example.com/post', data=data)
|