You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This page should be use as reference for specification files.
6
+
- This page should be use as reference for http specification files.
7
7
- This page is subject to change. It is requested to check this page frequently.
8
8
:::
9
9
10
-
Let’s get introduced to the Http specification format. The Http specification format is how anyone express a Http request. Following is the full reference to write Http specification file.
10
+
The Http specification format is how anyone express a Http request. Following is the full reference to write Http specification file.
11
11
12
12
Http specification document is a versioned document, meaning there MUST be a `version:` key on the document.
13
13
@@ -112,6 +112,13 @@ request:
112
112
```
113
113
114
114
---
115
+
### `version` (<small>_`required`_</small>)
116
+
117
+
`version`is a top-level block that defines a document version. How to write a `version:` block, is [already defined here](/References/version-reference).
118
+
119
+
### `variables`
120
+
121
+
`variables`is a top-level block that defines local variables. These variables are file scoped. How to write a `variables:` block, is [already defined here](/References/variable-reference).
0 commit comments