summaryrefslogtreecommitdiff
path: root/requests.http
diff options
context:
space:
mode:
Diffstat (limited to 'requests.http')
-rw-r--r--requests.http6
1 files changed, 6 insertions, 0 deletions
diff --git a/requests.http b/requests.http
new file mode 100644
index 0000000..9796ad5
--- /dev/null
+++ b/requests.http
@@ -0,0 +1,6 @@
+POST http://localhost:5000/what-a-good-post/comments
+Content-Type: application/json
+{
+ "email": "awesome@example.org",
+ "content": "This is a comment"
+}