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 |
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| rebar.config | ||
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计数器加一