21 lines
572 B
Plaintext
21 lines
572 B
Plaintext
|
|
@url=http://127.0.0.1:8080/assets/file
|
||
|
|
@createdAt = {{$datetime iso8601}}
|
||
|
|
|
||
|
|
###
|
||
|
|
POST {{url}}/upload HTTP/1.1
|
||
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
|
||
|
|
|
||
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW
|
||
|
|
Content-Disposition: form-data; name="text"
|
||
|
|
|
||
|
|
title
|
||
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW
|
||
|
|
Content-Disposition: form-data; name="file"; filename="1.png"
|
||
|
|
Content-Type: image/png
|
||
|
|
|
||
|
|
< /home/suguo/Pictures/kindeditor_201907201649420191.jpg
|
||
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW--
|
||
|
|
|
||
|
|
###
|
||
|
|
GET {{url}}/get/1ecb19989cd76cf69cdae53c0efeef79 HTTP/1.1
|