mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
15 lines
207 B
Markdown
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
|