Air Reference
Here is the Air reference documentation. It explains how to do things, as well as providing reference details for nearly every object in the Air code.
- Applications - The app instantiator for Air
- Background Tasks - Background tasks for Air
- Forms - Receive and validate data from users on web pages
- Layouts - Utilities for building layout functions and two example layouts for css microframeworks (mvcss and picocss)
- Requests - HTMX utility function that can be used with dependency injection
- Responses - AirResponse for normal responses and SSEResponse for Server Sent Events
- SVG - Reference for all the entire SVG tags specification, all of which are supported by Air
- Tags - Reference for all the entire HTML tags specification, all of which are supported by Air
- Templates - Describes the
JinjaRenderer
, the connector to Jinja templates