Macros§
- _missing_
or_ unrecognized - _using_
default - get_ext
- get_
ext_ owned - get_
form_ params - get_
json_ params - get_
params - get_
path_ params - get_
query_ params - res_400
- res_404
- res_500
- res_
html - res_
html_ before - res_
json - res_
json_ error - res_
json_ ok - res_
redirect - res_
xml_ string - set_
response_ redirect - t_
arr_ param - t_
arr_ param_ default - t_cond
- t_
has_ param - t_param
- t_
param_ default - t_
param_ parse - t_
param_ parse_ default
Structs§
- Form
Params - Json
Params - Path
Params - Path parameter type
- Query
Params - Session
Val - TERA
- WebContext
- The struct that holds the context of a template rendering.
Enums§
- Tera
Value - Represents any valid JSON value.
Functions§
- finish
- init
- render
- set_
cookie - splog
- to_
value - Convert a
T
intoserde_json::Value
which is an enum that can represent any valid JSON data.
Type Aliases§
- Tera
Result - Convenient wrapper around
std::Result
.