emqx/.ci/fvt_tests/http_server
JimMoen deac54c847 chore(for editor): Add comments for Emacs major mode. 2021-09-16 15:43:30 +08:00
..
src chore(for editor): Add comments for Emacs major mode. 2021-09-16 15:43:30 +08:00
README.md test(CI): update actions 2020-12-17 14:23:33 +08:00
rebar.config fix(minirest): encode response message failed (#4965) 2021-06-28 11:39:50 +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

    计数器加一