mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
1e20996330
Former-commit-id: bc3d0232106622063205f326bfa4ed3aa84179de
11 KiB
11 KiB
Table of Contents
- Tutorials
- HTTP Listening
- Configuration
- Routing
- Overview
- Basic
- Custom HTTP Errors
- Not Found - Intelligence
- Dynamic Path
- Middleware
- Route State
- Reverse Routing
- Router Wrapper
- Custom Router
- Custom Context
- Subdomains
- API Versioning
- API Documentation
- Testing
- File Server
- View
- Overview
- Basic
- A simple Layout
- Layouts:
yield
andrender
tmpl funcs - The
urlpath
tmpl func - The
url
tmpl func - Inject Data Between Handlers
- Embedding Templates Into App Executable File
- Write to a custom
io.Writer
- Pug: Greeting
- Pug:
Actions
- Pug:
Includes
- Pug:
Extends
- Jet Template
- Jet Embedded
- Jet 'urlpath' tmpl func
- Jet Template Funcs from Struct
- Third-Parties
- Request Body
- Response Writer
- Cache
- Localization and Internationalization
- Sitemaps
- Authentication
- Cookies
- Sessions
- Websocket
- Dependency Injection
- MVC
- Object-Relational Mapping
- Project Structure
- Desktop Applications
- Middlewares (Builtin)
- Middlewares (Community)