Skip to content

Commit 281a3c4

Browse files
committed
Add documentation for the Variables which are added
1 parent 4ca3920 commit 281a3c4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,27 @@ The default size is **1G**.
7575

7676
|===
7777

78+
=== Caddy Variables
79+
80+
The following Variables will be added to the request flow
81+
82+
.variables
83+
[cols="2,6",options=header]
84+
|===
85+
|Name
86+
|Description
87+
88+
|**http.upload.filename**
89+
|The uploaded filename
90+
91+
|**http.upload.filesize**
92+
|The uploaded filesize
93+
94+
|**http.upload.directory**
95+
|The directory where the file is uploaded
96+
97+
|===
98+
7899
=== JSON
79100

80101
Because I prefer the https://caddyserver.com/docs/json/[JSON Config ]

0 commit comments

Comments
 (0)