Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63d78d4

Browse files
committed
Adding some more HTTP request concept documentation.
1 parentb176285 commit63d78d4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎libs/network/doc/reference_request.rstrenamed 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)

[8]ページ先頭

©2009-2025 Movatter.jp