class UserResource

Defined in:

main.cr

Instance Method Summary

Instance methods inherited from class Resource

id id, id? id?, index index, layout : Template | Nil layout, layout_class layout_class, layout_config(layout) layout_config, nested? nested?, render(tpl) render, top_level? top_level?

Constructor methods inherited from class Resource

new(ctx : HTTP::Server::Context) new

Class methods inherited from class Resource

handle(ctx) handle, html_attr_key html_attr_key, html_attr_value(io) html_attr_value, match(path) match, nested_path nested_path, root_path(id)
root_path
root_path
, uri_path(id)
uri_path
uri_path
, uri_path_matcher uri_path_matcher

Instance Method Detail

def index #

[View source]