컨텐츠로 건너뛰기
Gin Web Framework
검색
Ctrl
K
취소
GitHub
테마 선택
다크
라이트
자동
언어 선택
English
Español
Persian
Bahasa Indonesia
日本語
한국어
Português
Russian
Turkish
简体中文
繁體中文
عربي
Docs
Blog
binding
Model binding and validation
Custom validators
Only bind query string
Bind query string or post data
Bind default values for form fields
Collection format for arrays
Bind Uri
Binding
Bind custom unmarshaler
Bind header
Bind html checkboxes
Multipart/Urlencoded binding
Bind form-data request with custom struct
Try to bind body into different structs
Bind form-data with custom struct tag
build-tags
Build with JSON replacement
Build without MsgPack
Build Tags
introduction
소개
logging
How to write log file
Custom log file
Skip logging
Controlling Log output coloring
Avoid logging query strings
Define format for the log of routes
Logging
middleware
Without middleware by default
Using middleware
Custom Middleware
Error handling middleware
Using BasicAuth middleware
Middleware
Goroutines inside a middleware
Security Headers
rendering
XML/JSON/YAML/ProtoBuf rendering
SecureJSON
JSONP
AsciiJSON
PureJSON
Serving static files
Serving data from file
Serving data from reader
Rendering
HTML rendering
Multitemplate
Build a single binary with templates
routing
Using HTTP method
upload-file
Single file
Multiple files
Upload files
Parameters in path
Query string parameters
Multipart/Urlencoded form
Routing
Query and post form
Map as querystring or postform parameters
Grouping routes
Redirects
server-config
Custom HTTP configuration
Custom JSON codec at runtime
Support Let's Encrypt
Run multiple service
Graceful restart or stop
HTTP2 server push
Cookie
Trusted proxies
Server Configuration
quickstart
빠른 시작
benchmarks
벤치마크
features
기능
encoding
인코딩
deployment
배포
examples
🍳 Gin 레시피 (쿡북)
AsciiJSON
body를 다른 구조체에 바인드 하기
폼 필드의 기본값 바인딩
양식 데이터 리퀘스트를 구조체에 바인드 하기
html 체크박스를 바인드 하기
쿼리 문자열 혹은 post 데이터를 바인드하기
템플릿을 포함한 단일 바이너리 빌드
URI를 바인드하기
모델 바인딩과 유효성 검사
배열의 컬렉션 포맷
로그 출력 색상 설정
Cookie
HTTP 구성 사용자 정의
로그 파일 사용자 정의
커스텀 미들웨어
커스텀 유효성 검사
라우트의 로그 형식을 정의
미들웨어 내부의 Go루틴
Graceful 재시작과 정지
라우트 그룹화
HTML 랜더링
HTTP 메소드 사용
HTTP2 서버 푸시
JSONP
쿼리 문자열 혹은 POST 폼의 파라미터에 매핑
Multipart/Urlencoded 바인딩
Multipart/Urlencoded 양식
다중 템플릿
쿼리 문자열만 바인딩하기
경로를 포함한 파라미터
PureJSON
POST 양식 쿼리
쿼리 문자열 파라미터
리디렉션
XML/JSON/YAML/ProtoBuf 랜더링
여러 개의 서비스를 실행하기
SecureJSON
보안 헤더
Reader로 데이터 반환
정적 파일 반환
Let's Encrypt 지원
upload-file
파일 업로드
여러 파일
단일 파일
기본인증(BasicAuth) 미들웨어 사용하기
미들웨어를 사용하기
기본 미들웨어를 포함하지 않는 방법
로그 파일을 작성하는 방법
learning-resources
학습 자료
testing
테스트
users
Gin을 사용하는 곳
faq
FAQ
Method Not Allowed FAQ
문서
GitHub
테마 선택
다크
라이트
자동
언어 선택
English
Español
Persian
Bahasa Indonesia
日本語
한국어
Português
Russian
Turkish
简体中文
繁體中文
عربي
Blog
news
Gin 1.11.0 출시! HTTP/3, 폼 개선, 성능 향상 등
Gin 1.12.0 발표: BSON 지원, Context 개선, 성능 향상 등
효과적인 미들웨어를 만드는 방법
releases
Gin 1.10.0 is released
Gin 1.11.0 출시됨
Gin 1.12.0 릴리스됨
Gin 1.3.0 is released
Gin 1.4.0 is released
Gin 1.5.0 is released
Gin 1.6.0 is released
Gin 1.7.0 is released
Gin 1.8.0 is released
Gin 1.9.0 is released
GitHub
테마 선택
다크
라이트
자동
언어 선택
English
Español
Persian
Bahasa Indonesia
日本語
한국어
Português
Russian
Turkish
简体中文
繁體中文
عربي
Upload files
이 콘텐츠는 아직 해당 언어로 제공되지 않습니다.
The section lists upload file api usage.