aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/examples.md
diff options
context:
space:
mode:
authorwinter Sparkles2026-04-27 21:55:21 +0100
committerwinter Sparkles2026-04-27 21:55:21 +0100
commitc38bcb25aa1805009e399cea40e66d6f31195744 (patch)
tree1ac302eb72966eaf106e8cb070a7a32def8370b0 /docs/examples.md
parent05a9d192ee17c503172e785fd1383a62f2feb20b (diff)
add requests (but not responses yet)
Diffstat (limited to 'docs/examples.md')
-rw-r--r--docs/examples.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples.md b/docs/examples.md
index b517053..9d2a6d1 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -7,3 +7,6 @@ Example of constructing a service and writing it out:
Example of reading a service in and printing it for debugging:
\include read-service.example.c
+
+Example of making a request (to stdout instead of a transport):
+\include write-request.example.c