mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
791fd7ac3d
Former-commit-id: 4b102ed9e2b3e78b133d00f253eac86d66a77b6e
11 KiB
11 KiB
Table of Contents
- REST API for Apache Kafka
- URL Shortener
- Dropzone.js
- Caddy
- Database
- HTTP Server
- Configuration
- Routing
- Overview
- Basic
- Custom HTTP Errors
- Not Found - Intelligence
- Dynamic Path
- Middleware
- Route State
- Reverse Routing
- Router Wrapper
- Custom Router
- Custom Context
- Subdomains
- HTTP Method Override
- API Versioning
- Sitemap
- Logging
- API Documentation
- Testing
- Recovery
- Profiling
- 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 ID
- Request Rate Limit
- Request Referrer
- Webassembly
- Request Body
- Response Writer
- Localization and Internationalization
- Authentication, Authorization & Bot Detection
- Cookies
- Sessions
- Websocket
- Dependency Injection
- MVC
- Bootstrapper
- Desktop Applications
- Middlewares (Community)