Maintainer: Manu Martinez-Almeida (), Javier Provecho (@javierprovecho)

    People and companies, who have contributed, in alphabetical order.

    (杰哥)

    • Fix typo in example

    @achedeuzot (Klemen Sever)

    • Fix newline debug printing

    (Adam Mckaig)

    • Add MIT license

    @AlexanderChen1989 (Alexander)

    • Typos in README

    (Aleksandr Didenko)

    • Add support multipart/form-data

    @alexandernyquist (Alexander Nyquist)

    • Using template.Must to fix multiple return issue
    • ★ Added support for OPTIONS verb
    • ★ Setting response headers before calling WriteHeader
    • Improved documentation for model binding
    • ★ Added Content.Redirect()
    • ★ Added tons of Unit tests

    (Austin Heap)

    • Added travis CI integration

    @andredublin (Andre Dublin)

    • Fix typo in comment

    (Ludwig Valda Vasquez)

    • Fix html templating in debug mode

    @bluele (Jun Kimura)

    • Fixes code examples in README

    -russell

    • ★ Support for serializing gin.H into XML

    @dickeyxxx (Jeff Dickey)

    • Typos in README
    • Add example about serving static files

    (Adonis)

    • Add NoMethod handler

    @dutchcoders (DutchCoders)

    • ★ Fix security bug that allows client to spoof ip
    • Fix typo. r.HTMLTemplates -> SetHTMLTemplate

    - (Joshua Loper)

    • Unsigned integers in binding

    (Evgeny Persienko)

    • Validate sub structures

    @frankbille (Frank Bille)

    • Add support for HTTP Realm Auth

    (Fareed Dudhia)

    • Fix typo. SetHTTPTemplate -> SetHTMLTemplate

    @ironiridis (Christopher Harrington)

    • Remove old reference

    -stackhouse (Jamie Stackhouse)

    • Add more shortcuts for router methods

    @jasonrhansen

    • Fix spelling and grammar errors in documentation

    (Jason Lee)

    • Fix typo in comment

    @joiggama (Ignacio Galindo)

    • Add utf-8 charset header on renders

    (Julien Schmidt)

    • gofmt the code examples

    @kelcecil (Kel Cecil)

    • Fix readme typo

    (Kyle Dinh)

    • Adds RunTLS()

    @LinusU (Linus Unnebäck)

    • Small fixes in README

    (Saint Asky)

    • Fix typo in example

    @lucas-clemente (Lucas Clemente)

    • ★ work around path.Join removing trailing slashes from routes

    (Yasuhiro Matsumoto)

    • Improve color logger

    @mdigger (Dmitry Sedykh)

    • Fixes Form binding when content-type is x-www-form-urlencoded
    • No repeat call c.Writer.Status() in gin.Logger
    • Fixes Content-Type for json render

    (Mirza Ceric)

    • Fix debug printing
    • ★ Adds Godep support (Dependencies Manager)
    • Fix Corrupted plain render
    • Add Pluggable View Renderer Example

    @msemenistyi (Mykyta Semenistyi)

    • update Readme.md. Add code to String method

    (Sasha Myasoedov)

    • ★ Adds tons of unit tests.

    @ngerakines (Nick Gerakines)

    • ★ Improves API, c.GET() doesn’t panic
    • Adds MustGet() method

    (Rajiv Kilaparti)

    • Fix Port usage in README.

    @rayrod2030 (Ray Rodriguez)

    • Fix typo in example

    • Fix typo in example

    @RobAWilkinson (Robert Wilkinson)

    • Add example of forms and params

    (Rogier Lommers)

    • Add updated static serve example

    @se77en (Damon Zhao)

    • Improve color logging

    (Silas Baronda)

    • Fixing quotes in README

    @SkuliOskarsson (Skuli Oskarsson)

    • Fixes some texts in README II

    (Jimmy Pettersson)

    • Added messages for required bindings

    @smira (Andrey Smirnov)

    • Add support for ignored/unexported fields in binding

    (SRK.Lyu)

    • Update httprouter godeps

    @tebeka (Miki Tebeka)

    • Use net/http constants instead of numeric values

    • Update context.go reserved IPs

    @yosssi (Keiji Yoshida)

    • Fix link in README
    • Fixed README