struct
Amber::Schema::Parser::MultipartParser::FileInfo
- Amber::Schema::Parser::MultipartParser::FileInfo
- Struct
- Value
- Object
Overview
File info structure for multipart uploads
Defined in:
amber/schema/parsers/multipart_parser.crConstructors
Instance Method Summary
- #content : String
- #content_type : String | Nil
- #filename : String | Nil
- #headers : HTTP::Headers
- #size : UInt64 | Nil
- #to_json_any : JSON::Any
Constructor Detail
def self.new(filename : Nil | String, content_type : Nil | String, size : UInt64 | Nil, content : String, headers : HTTP::Headers)
#