HTTP::FormData::FileMetadata

struct HTTP::FormData::FileMetadata

Overview

Metadata which may be available for uploaded files.

Defined in:

http/formdata.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.new(filename : String? = nil, creation_time : Time? = nil, modification_time : Time? = nil, read_time : Time? = nil, size : UInt64? = nil)Source

Instance Method Detail

def cloneSource

def creation_time : Time?

def filename : String?

def modification_time : Time?

def read_time : Time?

def size : UInt64?

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/HTTP/FormData/FileMetadata.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部