Skip to content
forked from coquec/harToCurl

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

Notifications You must be signed in to change notification settings

synx-ai/hartocurl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%