Skip to content

biyooon-ex/simple_echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages