Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 297 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 297 Bytes

Ray-Yuan's Form-Data playground.

Build

# install dependencies
$ npm install 

# serve
$ npm start

Play

Any HTTP Method to localhost:65432 with form data(only handle text form-data)

response:

  • request-headers
  • request-query-data
  • request-body-data
  • request-raw-body