Skip to content

Commit 63d78d4

Browse files
committed
Adding some more HTTP request concept documentation.
1 parent b176285 commit 63d78d4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

libs/network/doc/reference_request.rst renamed to libs/network/doc/reference_http_request.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,27 @@ Concept`_ and also supports the following constructs.
7777
| ``uri(r, s)`` | ``void`` | Set the URI of the request. |
7878
+-----------------------+-------------+----------------------------------------+
7979

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+
80101

81102

82103
Directives

0 commit comments

Comments
 (0)