emqx/.ci/fvt_tests/http_server
Zaiming (Stone) Shi 8b7fc490ae refactor: run relup test nodes in individual docker containers
When running EMQX in lux shell inside a docker container
the node won't boot due to load_failed for redbug modules
reason is still unknown
2022-06-29 07:10:45 +02:00
..
src refactor: run relup test nodes in individual docker containers 2022-06-29 07:10:45 +02:00
README.md test(CI): update actions 2020-12-17 14:23:33 +08:00
rebar.config chore: major mode file variable for Emacs 2022-01-13 15:53:47 +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

    计数器加一