mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
7aa2d1f9d5
was reported as missing of the a Party method, the type alias is a good hack to solve that |
||
---|---|---|
.. | ||
apidoc | ||
auth | ||
bootstrapper | ||
caddy | ||
compression | ||
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
- Serverless
- REST API for Apache Kafka
- URL Shortener
- Dropzone.js
- Caddy
- Database
- HTTP Server
- Configuration
- Routing
- Logging
- API Documentation
- Testing
- Recovery
- Profiling
- File Server
- View
- Overview
- Layout
- Basic
- A simple Layout
- Layouts:
yield
andrender
tmpl funcs - The
urlpath
template func - The
url
template func - Inject Data Between Handlers
- Inject Engine Between Handlers
- Embedding Templates Into App Executable File
- Write to a custom
io.Writer
- Parse a Template from Text
- Blocks
- Blocks Embedded
- Pug:
Actions
- Pug:
Includes
- Pug Embedded`
- Ace
- Django
- Amber
- Amber Embedded
- Jet
- Jet Embedded
- Jet 'urlpath' tmpl func
- Jet Template Funcs from Struct
- Handlebars
- Third-Parties
- Request ID
- Request Rate Limit
- Request Referrer
- Webassembly
- Request Body
- Response Writer
- Compression
- Localization and Internationalization
- Authentication, Authorization & Bot Detection
- Cookies
- Sessions
- Websocket
- Dependency Injection
- MVC
- Overview
- Repository and Service layers
- Hello world
- Basic
- Singleton
- Regexp
- Session Controller
- Authenticated Controller
- Versioned Controller
- Websocket Controller
- Register Middleware
- gRPC
- gRPC Bidirectional Stream
- Login (Repository and Service layers)
- Login (Single Responsibility)
- Vue.js Todo App
- HTTP Error Handler
- Error Handler
- Handle errors using mvc.Result
- Handle errors using PreflightResult
- Handle errors by hijacking the result
- Bootstrapper
- Desktop Applications
- Middlewares (Community)