class Webless::RequestBuilder::FormHandler

Defined in:

webless/request_builder/form_handler.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(form : Hash(String, Webless::RequestBuilder::FormHandler::FormType), multipart : Bool) #

[View source]

Class Method Detail

def self.handle(form : Hash(String, _) | NamedTuple, multipart : Bool) : NamedTuple(body: String, content_type: String) #

[View source]

Instance Method Detail

def handle : NamedTuple(body: String, content_type: String) #

[View source]