curlz icon indicating copy to clipboard operation
curlz copied to clipboard

curl wrapper with placeholder, bookmark and environment powers just like postman

Results 35 curlz issues
Sort by recently updated
recently updated
newest added

Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.6 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). 0.8.10 Added Solaris support...

dependencies

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.100. Release notes Sourced from serde_json's releases. v1.0.100 Support -Z minimal-versions v1.0.99 Support serializing serde's option type in a map key (#1030, thanks @​LPGhatguy) v1.0.98...

dependencies

## 🤖 New release * `curlz`: 0.1.0-alpha.12 -> 0.1.0-alpha.13 (✓ API compatible changes) Changelog ## [0.1.0-alpha.13](https://github.com/curlz-rs/curlz/compare/v0.1.0-alpha.12...v0.1.0-alpha.13) - 2023-04-26 ### Fixed - *(deps)* update bump minor versions (minor) (#123) --- This...

some possibilities: - `timestamp()` - `date.now | timestamp` - `date.utc() | timestamp`

## Extension to the http language file format #5 Request with dynamic variables in the body. This feature should be behind a feature flag for the IntelliJ flavor `--flavor intellij`....

enhancement
good first issue

using that via ```sh # for zsh eval "$(curlz --completions zsh)" ```

As a user I want to have auto-completion for my bookmarks So that I save typing time and brain memory capacity ```sh # given this bookmark curlz r --bookmark-as gitignore...

enhancement

support for the http language file format used by the - [http language of the rest client plugin of vscode](https://marketplace.visualstudio.com/items?itemName=humao.rest-client#http-language). - and the [intellij http plugin](https://plugins.jetbrains.com/plugin/13121-http-client) Note: It might be...

enhancement

## Extension to the http language file format #5 A request body can be provided by referencing an external file. The external file is provided by the `

enhancement

## Extension to the http language file format #5 A request can declare variables that are available as regular variables. A new variable is declared by the prefix `@` in...

enhancement