We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca3920 commit 281a3c4Copy full SHA for 281a3c4
README.adoc
@@ -75,6 +75,27 @@ The default size is **1G**.
75
76
|===
77
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
99
=== JSON
100
101
Because I prefer the https://caddyserver.com/docs/json/[JSON Config ]
0 commit comments