WeihanLi / dotnet-httpie

Amazing HTTP command-line tool powered by .NET, inspired by httpie
MIT License
28 stars 2 forks source link

Convert from HAR file #52

Open WeihanLi opened 2 years ago

WeihanLi commented 2 years ago

Is your feature request related to a problem? Please describe.

Similar to #51 , sometimes we may wanna generate request from a har file

Describe alternatives you've considered

dotnet-httpie convert <xxx.har>
WeihanLi commented 4 months ago

what if there are multiple requests, should we execute them all in sequence? think it's a yes, and maybe we could support specify the sequence numbers