Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 213 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 213 Bytes

curl2requests

convert CURL into python requests

usage

this file converts a CURL command to Requests parameters

Input: a CURL command (string)

Output: (url,headers,cookies) extracted from the input (tuple)