This commit is contained in:
Morten Olsen
2025-05-18 18:43:30 +02:00
commit a92679f13a
25 changed files with 4998 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# My API Document
Let's make a POST request to httpbin.org.
```http
POST https://httpbin.org/post
Content-Type: application/json
{"greeting": "Hello, http.md!"}
```
And here is the response:
::response