We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd5827 commit 1112630Copy full SHA for 1112630
help/http-requests.http
@@ -39,3 +39,13 @@ GET http://localhost:9100/param/mediatype?value=<user><name>netbuffer</name></us
39
40
### /param/mediatype
41
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