Package index
-
template()fragment() - Create a reusable HTML template
-
document() - HTML Document Root
-
form() - Form
-
csrf_token() - CSRF Token
-
register_html_serialiser() - Register HTML Serialiser
-
cache()clear_cache()invalidate_cache()invalidate_cache_here() - Cache a partial within a template
-
set_cache_backend() - Configure freshwater's cache backend
-
get_cache_backend() - Get freshwater's current cache backend
-
current_path()current_method()current_query()current_cookie()current_header() - Get request data from current context
-
freshwater_context - Freshwater Request Context
-
endpoints() - Reverse Routing
-
redirect() - Redirect to another resource
-
api_freshwater() - Freshwater defaults for plumber2 APIs
-
api_error_pages() - Freshwater Error Pages
-
api_csrf() - Apply CSRF Protection to a plumber2 API
-
api_cget() - Conditional GET
-
api_hooks()hook() - Route handler hooks
-
default_error_500_template()default_error_404_template()default_error_403_template() - Error Page Templates