emqx/.ci/fvt_tests/http_server
JimMoen 82e3565344 chore: major mode file variable for Emacs 2022-01-13 15:53:47 +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 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

    计数器加一