Skip to content

Commit 1112630

Browse files
committed
add POST /param/user to http-requests.http
1 parent 7cd5827 commit 1112630

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

help/http-requests.http

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,13 @@ GET http://localhost:9100/param/mediatype?value=<user><name>netbuffer</name></us
3939

4040
### /param/mediatype
4141
GET http://localhost:9100/param/mediatype?value=hello world&type=text
42+
43+
### POST /param/user
44+
POST http://localhost:9100/param/user
45+
Content-Type: application/json
46+
47+
{
48+
"name": "your-name",
49+
"password": "your-name",
50+
"age": 30
51+
}

0 commit comments

Comments
 (0)