dgiot/.ci/fvt_tests/http_server
2021-06-21 21:58:18 +09:00
..
src add linux_4.3.1 2021-05-18 14:54:48 +08:00
README.md add linux_4.3.1 2021-05-18 14:54:48 +08:00
rebar.config change .ci 2021-06-21 21:58:18 +09:00

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

    计数器加一