mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
44eafe739b
Former-commit-id: 3be90d3099bfd9eabebd299dc08f9d6c1e6c2a29 |
||
---|---|---|
.. | ||
apidoc/yaag | ||
authentication | ||
cache | ||
configuration | ||
convert-handlers | ||
cookies | ||
dependency-injection | ||
desktop-app | ||
experimental-handlers | ||
file-server | ||
hello-world | ||
http_request | ||
http_responsewriter | ||
http-listening | ||
i18n | ||
miscellaneous | ||
mvc | ||
orm | ||
overview | ||
permissions | ||
routing | ||
sessions | ||
sitemap | ||
structuring | ||
subdomains | ||
testing/httptest | ||
tutorial | ||
versioning | ||
view | ||
webassembly/basic | ||
websocket | ||
README.md |
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:
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)