emqx/.ci/fvt_tests/http_server
zhanghongtong fd6cc1a848 test(CI): update actions
add fvt tests

update test cases
2020-12-17 14:23:33 +08:00
..
src test(CI): update actions 2020-12-17 14:23:33 +08:00
README.md test(CI): update actions 2020-12-17 14:23:33 +08:00
rebar.config test(CI): update actions 2020-12-17 14:23:33 +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

    计数器加一