mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
19 lines
293 B
Markdown
19 lines
293 B
Markdown
# Main Document
|
|
|
|
Let's include some shared requests:
|
|
|
|
::md[./_shared_requests.md]
|
|
|
|
The shared GET request returned:
|
|
|
|
Now, a request specific to this document:
|
|
|
|
```http
|
|
POST https://httpbin.org/post
|
|
Content-Type: application/json
|
|
|
|
{"dataFromMain": "someValue", "sharedUrl": ""}
|
|
```
|
|
|
|
::response
|