Files
http.md/docs/examples/getting-started.md
Morten Olsen bc92c91ff8 init
2025-05-18 20:01:34 +02:00

15 lines
207 B
Markdown

# 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