OSDN Git Service

feat(warder): add warder backbone (#181)
[bytom/vapor.git] / vendor / github.com / gin-gonic / gin / AUTHORS.md
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
194 **@se77en (Damon Zhao)**
195 - Improve color logging
196
197
198 **@silasb (Silas Baronda)**
199 - Fixing quotes in README
200
201
202 **@SkuliOskarsson (Skuli Oskarsson)**
203 - Fixes some texts in README II
204
205
206 **@slimmy (Jimmy Pettersson)**
207 - Added messages for required bindings
208
209
210 **@smira (Andrey Smirnov)**
211 - Add support for ignored/unexported fields in binding
212
213
214 **@superalsrk (SRK.Lyu)**
215 - Update httprouter godeps
216
217
218 **@tebeka (Miki Tebeka)**
219 - Use net/http constants instead of numeric values
220
221
222 **@techjanitor**
223 - Update context.go reserved IPs
224
225
226 **@yosssi (Keiji Yoshida)**
227 - Fix link in README
228
229
230 **@yuyabee**
231 - Fixed README