https://github.com/sheb-gregor/httpine
[WIP] Isn't ready yet; Command line tool to JetBrains HTTP Client plugin .http files
https://github.com/sheb-gregor/httpine
api-testing ci http intellij jetbrains rest-client rest-test-cli
Last synced: 2 months ago
JSON representation
[WIP] Isn't ready yet; Command line tool to JetBrains HTTP Client plugin .http files
- Host: GitHub
- URL: https://github.com/sheb-gregor/httpine
- Owner: sheb-gregor
- License: mit
- Created: 2020-04-08T21:31:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T21:11:51.000Z (over 3 years ago)
- Last Synced: 2023-07-11T19:42:31.457Z (almost 3 years ago)
- Topics: api-testing, ci, http, intellij, jetbrains, rest-client, rest-test-cli
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpine
**httpine** is command line tool that allows run requests from `.http` files.
## Syntax and Format
The basic syntax and feature-set to support
is [JetBrains HTTP Client plugin](https://github.com/JetBrains/http-request-in-editor-spec/blob/master/spec.md).
Detailed documentation can be found
here: [IntelliJ IDEA/HTTP Client](https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html).
## Installation
### Release
### Build from source
## Usage
## License
**httpine** is distributed under [MIT License]