Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 449 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 449 Bytes

SimpleEcho

受け取ったJSONをそのまま返却する HTTP Server

zcamex では画像返却用の HTTP Backend として利用

動作環境

  • Erlang 26 以降
  • Elixir 1.16 以降

準備

git clone [email protected]:b5g-ex/simple_echo.git
cd simple_echo
mix deps.get

起動

# 4444 port で HTTP Server を起動
mix run --no-halt

API

POST /echo

Request

  • JSON

Response

  • Received JSON