Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 758 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 758 Bytes

harToCurl snippet converter

deprecated

Convert webdev HTTP Archive Request files (.har) to curl requests.

This project was forked from snoe/harToCurl with the purpose of having a downloable script tha could help to test request from a larger project.

It works with no more dependencies tan Python3, but there are several other tools better suited for this purpose like Kong/httpsnippet which we are currently using.

How to use

Simply call this script with a har filename as argument:

python harToCurl file.har

It will output the equivalente curl call for that request.