dotnet-httpie icon indicating copy to clipboard operation
dotnet-httpie copied to clipboard

Amazing HTTP command-line tool powered by .NET, inspired by httpie

Results 7 dotnet-httpie issues
Sort by recently updated
recently updated
newest added

### Testing spec - environment - collection(request collection) - group(request group in a collection) - request(specific request) - variable ```yaml collectionName: testCollection variables: - name: value - groupName: testGroup variables:...

enhancement

See https://devblogs.microsoft.com/visualstudio/safely-use-secrets-in-http-requests-in-visual-studio-2022/ env: - env file - user env file - custom config provider variable - dotenv - processEnv contributes to #64

enhancement

## Add `execute` subcommand ### http #64 ``` sh # execute http request dotnet-http exec demo.http ``` ### curl #51 ``` sh dotnet-http exec `curl text` -t curl ``` ###...

enhancement

**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** ``` sh...

enhancement

See details Usage examples: ``` sh # Create session named user1 http --session=user1 -a user1:password pie.dev/get X-Foo:Bar # Refer to the session by its name http --session=user1 pie.dev/get # To...

enhancement

**Is your feature request related to a problem? Please describe.** It would be great to support **Describe the solution you'd like** - Parse curl request - Generate the httpie request...

enhancement

**Is your feature request related to a problem? Please describe.** It would help us use complex json more easily ``` http pie.dev/post \ platform[name]=HTTPie \ platform[about][mission]='Make APIs simple and intuitive'...

enhancement