diff --git a/README.md b/README.md index 1556df8d..851d0efa 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ HttpBoomer is a golang implementation of [HttpRunner]. Ideally, HttpBoomer will ## Key Features +![flow chart](docs/flow.jpg) + - [x] Full support for HTTP(S) requests, more protocols are also in the plan. - [ ] Testcases can be described in multiple formats, `YAML`/`JSON`/`Golang`, and they are interchangeable. - [ ] With [`HAR`][HAR] support, you can use Charles/Fiddler/Chrome/etc as a script recording generator. diff --git a/docs/flow.jpg b/docs/flow.jpg new file mode 100644 index 00000000..c8484916 Binary files /dev/null and b/docs/flow.jpg differ