struct HTTP::FormData::Part

Defined in:

http/formdata/part.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(headers : HTTP::Headers, body : IO)Source

Instance Method Detail

def body : IOSource

def creation_time : Time?Source

def filename : String?Source

def headers : HTTP::HeadersSource

def modification_time : Time?Source

def name : StringSource

def read_time : Time?Source

def size : UInt64?Source

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