emqx/.ci/fvt_tests/http_server
JimMoen 336ed1b922
style: reformat files in `erlang-mode`
2024-06-05 10:29:44 +08:00
..
src style: reformat files in `erlang-mode` 2024-06-05 10:29:44 +08:00
README.md chore: bump fvt_test's minirest to latest(1.3.6) 2022-08-03 16:29:06 +08:00
rebar.config style: erlfmt all `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +08:00

README.md

http_server

The http server for emqx functional validation testing

Build

$ rebar3 compile

Getting Started

1> http_server:start().
Start http_server listener on 8080 successfully.
ok
2> http_server:stop().
ok

APIS

  • GET /counter

    返回计数器的值

  • POST /counter

    计数器加一