struct Kemal::FileUpload
- Kemal::FileUpload
- Struct
- Value
- Object
Defined in:
kemal/file_upload.crConstructors
Instance Method Summary
- #creation_time : Time | Nil
- #filename : String | Nil
- #headers : HTTP::Headers
- #modification_time : Time | Nil
- #read_time : Time | Nil
- #size : UInt64 | Nil
- #tempfile : File