Gin Web Framework
  • 文件
  • Blog
  • GitHub
    Gin Middleware
  • 繁體中文
    English 日本語 Español Turkish Persian 简体中文 한국어
繁體中文
English 日本語 Español Turkish Persian 简体中文 한국어
  • 文件
    • 介紹
    • 快速入門
    • 效能評估
    • 特色
    • Jsoniter
    • 範例
      • AsciiJSON
      • Bind form-data request with custom struct
      • Bind html checkboxes
      • Bind query string or post data
      • Bind Uri
      • Build a single binary with templates
      • Controlling Log output coloring
      • Custom HTTP configuration
      • Custom Middleware
      • Custom validators
      • Define format for the log of routes
      • Goroutines inside a middleware
      • Graceful restart or stop
      • Grouping routes
      • How to write log file
      • HTML rendering
      • HTTP2 server push
      • JSONP
      • Map as querystring or postform parameters
      • Model binding and validation
      • Multipart/Urlencoded binding
      • Multipart/Urlencoded form
      • Multitemplate
      • Only bind query string
      • Parameters in path
      • PureJSON
      • Query and post form
      • Query string parameters
      • Redirects
      • Run multiple service
      • SecureJSON
      • Serving data from reader
      • Serving static files
      • Set and get a cookie
      • Support Let's Encrypt
      • Try to bind body into different structs
      • Upload files
        • Multiple files
        • Single file
      • Using BasicAuth middleware
      • Using HTTP method
      • Using middleware
      • Without middleware by default
      • XML/JSON/YAML/ProtoBuf rendering
    • 部署
    • 測試
    • 使用者
    • FAQ
View page source Edit this page Create child page Create documentation issue Create project issue
  1. 文件
  2. 範例

範例

這個章節列出一些 API 使用方法。


AsciiJSON

Bind form-data request with custom struct

Bind html checkboxes

Bind query string or post data

Bind Uri

Build a single binary with templates

Controlling Log output coloring

Custom HTTP configuration

Custom Middleware

Custom validators

Define format for the log of routes

Goroutines inside a middleware

Graceful restart or stop

Grouping routes

How to write log file

HTML rendering

HTTP2 server push

JSONP

Map as querystring or postform parameters

Model binding and validation

Multipart/Urlencoded binding

Multipart/Urlencoded form

Multitemplate

Only bind query string

Parameters in path

PureJSON

Query and post form

Query string parameters

Redirects

Run multiple service

SecureJSON

Serving data from reader

Serving static files

Set and get a cookie

Support Let's Encrypt

Try to bind body into different structs

Upload files

Using BasicAuth middleware

Using HTTP method

Using middleware

Without middleware by default

XML/JSON/YAML/ProtoBuf rendering

Last modified 29.04.2022: update: set github branch in config file (#189) (d146b35)
© 2022 Gin Team All Rights Reserved