Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

jmjoy/http-api-tester

Repository files navigation

http-api-tester

HTTP接口测试工具

Shortcut

shortcut

Download

Just one file ~! (Since v0.5)

releases

Compile

Requirements

go get "github.com/boltdb/bolt" \
       "github.com/fatih/color" \
       "github.com/jmjoy/boomer" \
       "github.com/jmjoy/file2string"

Install

bower install
sh create-view.sh
go build

Usage

→ ./http-api-tester --help
Usage of ./http-api-tester:
  -db string
      数据库路径 (default "http-api-tester.db")
  -p string
      服务器运行端口 (default "8080")

TODO

  • Support all http request method
  • Support more request body format
  • Adjust config file
  • Support history list
  • Support move header

License

MIT