Files
http.md/docs/examples/with-shared-requests.md
2025-05-18 21:20:25 +02:00

293 B

Main Document

Let's include some shared requests:

::md[./_shared_requests.md]

The shared GET request returned:

Now, a request specific to this document:

POST https://httpbin.org/post
Content-Type: application/json

{"dataFromMain": "someValue", "sharedUrl": ""}

::response