mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
cba6351d62
Former-commit-id: 98bfd9d5a073c5bc7c2c167e2a72dd7b05bfb24a |
||
---|---|---|
.. | ||
apidoc | ||
auth | ||
bootstrapper | ||
caddy | ||
configuration | ||
convert-handlers | ||
cookies | ||
database | ||
dependency-injection | ||
desktop | ||
dropzonejs | ||
file-server | ||
http-server | ||
i18n | ||
kafka-api | ||
logging | ||
mvc | ||
pprof | ||
recover | ||
request-body | ||
request-ratelimit | ||
request-referrer | ||
response-writer | ||
routing | ||
sessions | ||
testing/httptest | ||
url-shortener | ||
view | ||
webassembly | ||
websocket | ||
README.md |
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)