summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-02 17:05:09 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-02 17:05:09 -0600
commit0655cb74a5b76a99811a905060200e8a80e8590e (patch)
tree695d6fd2bb060cfda9cd4f45952560bd86f8becd
parentac9746d316271f545776388eb945924ff28fe756 (diff)
Add restclient requests
-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"
+}