mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
dd26fbf26d
Former-commit-id: 3c5f6c97629a2a6ae44e62f2900edd32c0329b50 |
||
---|---|---|
.. | ||
advanced | ||
beginner | ||
intermediate | ||
README.md |
Examples
This folder provides easy to understand code snippets on how to get started with web development with the Go programming language using the Iris web framework.
It doesn't contains "best ways" neither explains all its features. It's just a simple, practical cookbook for young Gophers!
Table of contents
- Level: Beginner
- Hello world
- Overview
- Listening
- Configuration
- Routing
- Transform any third-party handler to iris-compatible handler
- Internal Application File Logger
- Custom HTTP Errors
- Write JSON
- Read JSON
- Read Form
- Favicon
- File Server
- Send Files
- Stream Writer
- Send An E-mail
- Upload/Read Files
- Recovery
- Profiling (pprof)
- Request Logger
- Basic Authentication
- Level: Intermediate
- Level: Advanced
You may want to check out examples for jwt, cors and the rest of community-maden middleware by clicking here
Do not forget to star or watch the project in order to stay updated with the latest tech trends, it takes some seconds for the sake of go!
Developers should read the official documentation in depth, for deep understanding.