Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 354 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 354 Bytes

Bruno Echo Server

A simple HTTP server that echoes the request body and headers back to the client.

Example

curl --request POST \
  --url https://echo.usebruno.com \
  --header 'content-type: application/json' \
  --data '{
  "bruno": "is-awesome",
  "long-int": 990531470713421825
}'

Development

npm install
npm start