struct ActionController::BodyParser::FileUpload

Defined in:

action-controller/body_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, headers : HTTP::Headers, io : IO) #

[View source]
def self.new(part : HTTP::FormData::Part) #

[View source]

Instance Method Detail

def body : IO #

[View source]
def creation_time : Time | Nil #

[View source]
def filename : String | Nil #

[View source]
def headers : HTTP::Headers #

[View source]
def modification_time : Time | Nil #

[View source]
def name : String #

[View source]
def read_time : Time | Nil #

[View source]
def size : UInt64 | Nil #

[View source]