doc: added missing entries for ctx.state
Massimo Melina committed
Nov 13, 2024 at 12:08 UTC
22d9c566fa2001cd7aac1555bde2e4a7d061130a
1 file changed
+2
dev-plugins.md
+2
@@ -562,6 +562,8 @@ Where information is too little, you'll have to consult the source code, sorry.
562
originalStream?: typeof ctx.body
563
uploadDestinationPath?: string // this value is the temporary file in uploadStart and the final one in uploadFinished
564
archive?: string
565
+ fileSource?: string // set when serving a file
566
+ fileStats?: Stat // file attributes
567
568
## Other files
569