spulec / uncurl

A library to convert curl requests to python-requests.
Apache License 2.0
615 stars 96 forks source link

normalize excaped multilines #46

Closed ilyakharlamov closed 3 years ago

ilyakharlamov commented 3 years ago

When copying the request from chrome, it may come as multiline text with an escaped newline (depending on the chrome version and the length of the text).

spulec commented 3 years ago

Thanks!