module LuckyHXML::Renderable

Defined in:

lucky_hxml/renderable.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def hxml_component(component : LuckyHXML::Component.class, status : Int32 | Nil = nil, **named_args) #

Renders an HXML Component response


[View source]
def hxml_component(component : LuckyHXML::Component.class, status : HTTP::Status, **named_args) #

Renders an HXML Component response


[View source]

Macro Detail

macro hxml(screen_class = nil, _with_status_code = 200, _with_content_type = "application/xml", **assigns) #

Renders an HXML Screen response


[View source]