struct

HTTP::FormData::FileMetadata

Inherits Struct / Value / Object

Metadata which may be available for uploaded files.

Constructors

new(filename : String | Nil = nil, creation_time : Time | Nil = nil, modification_time : Time | Nil = nil, read_time : Time | Nil = nil, size : UInt64 | Nil = nil)
Source

Instance methods

clone
Source
copy_with(filename _filename = @filename, creation_time _creation_time = @creation_time, modification_time _modification_time = @modification_time, read_time _read_time = @read_time, size _size = @size)
Source
creation_time
filename
modification_time
read_time
size