Thanks to visit codestin.com
Credit goes to github.com

Skip to content

iddar/taco

Repository files navigation

taco

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v0.2.2. Bun is a fast all-in-one JavaScript runtime.

curl -X POST http://localhost:3000 \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "param1=value1&param2=value2"

curl -X POST http://localhost:3000/echo/post/json \
  -H 'Content-Type: application/json' \
  -d '{"login":"my_login","password":"my_password"}'

ToDo

  • multipart/mixed

About

A new web server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published