项目作者: Vict0rynox

项目描述 :
Jb Http Request executor
高级语言: Clojure
项目地址: git://github.com/Vict0rynox/http-test.git
创建时间: 2020-07-14T21:00:26Z
项目社区:https://github.com/Vict0rynox/http-test

开源协议:

下载


Http Request Tool

https://www.jetbrains.com/help/idea/exploring-http-syntax.html#enable-disable-redirects

Tools for run JB Http Request file

Supported features

  • Basic http call
  • Configuration env
  • Response handler scripts
  • Annotation support
  • Cookie
  • Auto save response

Build

```shell script
export LEIN_JVM_OPTS=’-Dpolyglot.js.ecmascript-version=2020’
lein run

  1. For build
  2. > Required installed graal-vm native-image
  3. ```shell script
  4. make build

Clean after install
```shell script
make clean

  1. ## Run
  2. ```shell script
  3. ./http-test -f basic.http