Core HappyX features and macros
masterHappyX is a macro-oriented framework that provides several tools for full-stack development:
- Asset Building: Use
buildHtml,buildStyle, andbuildJsmacros to generate web assets. - Request Modeling: Use the
modelmacro to supportJSON,XML,Form-Data, andx-www-form-urlencodedrequest bodies. - Routing: Supports powerful path parameters via the
pathParamsmacro. - Sub-applications: Use the
mountmacro to mount sub-applications. - Logging: Enable logging using the
-d:debugflag. - Translation: Enable automatic translation using
-d:hpxTranslateor-d:translateflags.