Skip to main content
  1. Notes/

Rest Client

·1 min·
Table of Contents

Github Repository
#

File Upload
#

POST http://localhost:3000/upload
Content-Type: multipart/form-data; boundary=boundary

--boundary
Content-Disposition: form-data; name="file"; filename="example.txt"
Content-Type: text/plain

< ./example.txt
--boundary