File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,27 @@ Concept`_ and also supports the following constructs.
77
77
| ``uri(r, s) `` | ``void `` | Set the URI of the request. |
78
78
+-----------------------+-------------+----------------------------------------+
79
79
80
+ Pod Server Request Concept
81
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
82
+
83
+ A type models the Pod Server Request Concept if it models the `Message Concept `_
84
+ and also supports the following constructs.
85
+
86
+ **Legend **
87
+
88
+ :R: The request type.
89
+ :r: An instance of R.
90
+ :S: The string type.
91
+ :n,v: Instances of S.
92
+
93
+ +--------------------+--------+----------------------------------+
94
+ | Construct | Result | Description |
95
+ +====================+========+==================================+
96
+ | ``R::string_type `` | ``S `` | The nested ``string_type `` type. |
97
+ +--------------------+--------+----------------------------------+
98
+ | ``R r = {n,v}; `` | **NA ** | Static initialization of ``r ``. |
99
+ +--------------------+--------+----------------------------------+
100
+
80
101
81
102
82
103
Directives
You can’t perform that action at this time.
0 commit comments