github.com/hellobchain/third_party@v0.0.0-20230331131523-deb0478a2e52/gin/AUTHORS.md (about)

     1  List of all the awesome people working to make Gin the best Web Framework in Go.
     2  
     3  ## gin 1.x series authors
     4  
     5  **Gin Core Team:** Bo-Yi Wu (@appleboy), 田欧 (@thinkerou), Javier Provecho (@javierprovecho)
     6  
     7  ## gin 0.x series authors
     8  
     9  **Maintainers:** Manu Martinez-Almeida (@manucorporat), Javier Provecho (@javierprovecho)
    10  
    11  People and companies, who have contributed, in alphabetical order.
    12  
    13  **@858806258 (杰哥)**
    14  - Fix typo in example
    15  
    16  
    17  **@achedeuzot (Klemen Sever)**
    18  - Fix newline debug printing
    19  
    20  
    21  **@adammck (Adam Mckaig)**
    22  - Add MIT license
    23  
    24  
    25  **@AlexanderChen1989 (Alexander)**
    26  - Typos in README
    27  
    28  
    29  **@alexanderdidenko (Aleksandr Didenko)**
    30  - Add support multipart/form-data
    31  
    32  
    33  **@alexandernyquist (Alexander Nyquist)**
    34  - Using template.Must to fix multiple return issue
    35  - ★ Added support for OPTIONS verb
    36  - ★ Setting response headers before calling WriteHeader
    37  - Improved documentation for model binding
    38  - ★ Added Content.Redirect()
    39  - ★ Added tons of Unit tests
    40  
    41  
    42  **@austinheap (Austin Heap)**
    43  - Added travis CI integration
    44  
    45  
    46  **@andredublin (Andre Dublin)**
    47  - Fix typo in comment
    48  
    49  
    50  **@bredov (Ludwig Valda Vasquez)**
    51  - Fix html templating in debug mode
    52  
    53  
    54  **@bluele (Jun Kimura)**
    55  - Fixes code examples in README
    56  
    57  
    58  **@chad-russell**
    59  - ★ Support for serializing gin.H into XML
    60  
    61  
    62  **@dickeyxxx (Jeff Dickey)**
    63  - Typos in README
    64  - Add example about serving static files
    65  
    66  
    67  **@donileo (Adonis)**
    68  - Add NoMethod handler
    69  
    70  
    71  **@dutchcoders (DutchCoders)**
    72  - ★ Fix security bug that allows client to spoof ip
    73  - Fix typo. r.HTMLTemplates -> SetHTMLTemplate
    74  
    75  
    76  **@el3ctro- (Joshua Loper)**
    77  - Fix typo in example
    78  
    79  
    80  **@ethankan (Ethan Kan)**
    81  - Unsigned integers in binding
    82  
    83  
    84  **(Evgeny Persienko)**
    85  - Validate sub structures
    86  
    87  
    88  **@frankbille (Frank Bille)**
    89  - Add support for HTTP Realm Auth
    90  
    91  
    92  **@fmd (Fareed Dudhia)**
    93  - Fix typo. SetHTTPTemplate -> SetHTMLTemplate
    94  
    95  
    96  **@ironiridis (Christopher Harrington)**
    97  - Remove old reference
    98  
    99  
   100  **@jammie-stackhouse (Jamie Stackhouse)**
   101  - Add more shortcuts for router methods
   102  
   103  
   104  **@jasonrhansen**
   105  - Fix spelling and grammar errors in documentation
   106  
   107  
   108  **@JasonSoft (Jason Lee)**
   109  - Fix typo in comment
   110  
   111  
   112  **@joiggama (Ignacio Galindo)**
   113  - Add utf-8 charset header on renders
   114  
   115  
   116  **@julienschmidt (Julien Schmidt)**
   117  - gofmt the code examples
   118  
   119  
   120  **@kelcecil (Kel Cecil)**
   121  - Fix readme typo
   122  
   123  
   124  **@kyledinh (Kyle Dinh)**
   125  - Adds RunTLS()
   126  
   127  
   128  **@LinusU (Linus Unnebäck)**
   129  - Small fixes in README
   130  
   131  
   132  **@loongmxbt (Saint Asky)**
   133  - Fix typo in example
   134  
   135  
   136  **@lucas-clemente (Lucas Clemente)**
   137  - ★ work around path.Join removing trailing slashes from routes
   138  
   139  
   140  **@mattn (Yasuhiro Matsumoto)**
   141  - Improve color logger
   142  
   143  
   144  **@mdigger (Dmitry Sedykh)**
   145  - Fixes Form binding when content-type is x-www-form-urlencoded
   146  - No repeat call c.Writer.Status() in gin.Logger
   147  - Fixes Content-Type for json render
   148  
   149  
   150  **@mirzac (Mirza Ceric)**
   151  - Fix debug printing
   152  
   153  
   154  **@mopemope (Yutaka Matsubara)**
   155  - ★ Adds Godep support (Dependencies Manager)
   156  - Fix variadic parameter in the flexible render API
   157  - Fix Corrupted plain render
   158  - Add Pluggable View Renderer Example
   159  
   160  
   161  **@msemenistyi (Mykyta Semenistyi)**
   162  - update Readme.md. Add code to String method
   163  
   164  
   165  **@msoedov (Sasha Myasoedov)**
   166  - ★ Adds tons of unit tests.
   167  
   168  
   169  **@ngerakines (Nick Gerakines)**
   170  - ★ Improves API, c.GET() doesn't panic
   171  - Adds MustGet() method
   172  
   173  
   174  **@r8k (Rajiv Kilaparti)**
   175  - Fix Port usage in README.
   176  
   177  
   178  **@rayrod2030 (Ray Rodriguez)**
   179  - Fix typo in example
   180  
   181  
   182  **@rns**
   183  - Fix typo in example
   184  
   185  
   186  **@RobAWilkinson (Robert Wilkinson)**
   187  - Add example of forms and params
   188  
   189  
   190  **@rogierlommers (Rogier Lommers)**
   191  - Add updated static serve example
   192  
   193  **@rw-access (Ross Wolf)**
   194  - Added support to mix exact and param routes
   195  
   196  **@se77en (Damon Zhao)**
   197  - Improve color logging
   198  
   199  
   200  **@silasb (Silas Baronda)**
   201  - Fixing quotes in README
   202  
   203  
   204  **@SkuliOskarsson (Skuli Oskarsson)**
   205  - Fixes some texts in README II
   206  
   207  
   208  **@slimmy (Jimmy Pettersson)**
   209  - Added messages for required bindings
   210  
   211  
   212  **@smira (Andrey Smirnov)**
   213  - Add support for ignored/unexported fields in binding
   214  
   215  
   216  **@superalsrk (SRK.Lyu)**
   217  - Update httprouter godeps
   218  
   219  
   220  **@tebeka (Miki Tebeka)**
   221  - Use net/http constants instead of numeric values
   222  
   223  
   224  **@techjanitor**
   225  - Update context.go reserved IPs
   226  
   227  
   228  **@yosssi (Keiji Yoshida)**
   229  - Fix link in README
   230  
   231  
   232  **@yuyabee**
   233  - Fixed README