mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
Table of Contents
- Tutorials
- HTTP Listening
- Configuration
- Routing
- Overview
- Basic
- Custom HTTP Errors
- Not Found - Suggest Closest Paths
- 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:
yieldandrendertmpl funcs - The
urlpathtmpl func - The
urltmpl 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)