blob: 9d2a6d11581cd0e2745cd8e03e5a25f72b1a778b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\page examples Examples of usage
All of these are subject to change, as the API isn't remotely stable yet.
Example of constructing a service and writing it out:
\include write-service.example.c
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
|