Skip to content

292388900/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

About

HTTP接口测试工具

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 45.7%
  • JavaScript 31.5%
  • HTML 20.5%
  • CSS 1.5%
  • Shell 0.8%