Codebase list golang-github-parnurzeal-gorequest / ffe9b93
Update contributor list and changelog parnurzeal 7 years ago
2 changed file(s) with 33 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
00 Changelog
11 =========
2
3 v0.2.15 (2016-08-30)
4
5 Features
6 * Allow float and boolean in Query()'s queryStruct @davyzhang
7 * Support Map in Query() @yangmls
8 * Support Map in Send() @longlongh4
9 * Document RedirectPolicy @codegoalie
10 * Enable Debug mode by ENV variable @heytitle
11 * Add Retry() @xild
12 Bug/Fixes
13 * Allow bodies with all methods @pkopac
14 * Change std "errors" pkg to "github.com/pkg/errors" @pkopac
215
316 v0.2.14 (2016-08-30)
417
165165 ```go
166166 f, _ := filepath.Abs("./file2.txt")
167167 bytesOfFile, _ := ioutil.ReadFile(f)
168
168
169169 gorequest.New().Post("http://example.com/").
170170 Type("multipart").
171171 SendFile("./file1.txt").
234234 resp, _, errs := gorequest.New().Get("http://example.com/").EndStruct(&heyYou)
235235 ```
236236
237 ## Retry
237 ## Retry
238238
239239 Supposing you need retry 3 times, with 5 seconds between each attempt when gets a BadRequest or a InternalServerError
240240
287287
288288 | Contributors |
289289 |---------------------------------------|
290 | https://github.com/alaingilbert |
291 | https://github.com/austinov |
292 | https://github.com/coderhaoxin |
293 | https://github.com/codegoalie |
294 | https://github.com/dafang |
295 | https://github.com/davyzhang |
296 | https://github.com/dickeyxxx |
297 | https://github.com/figlief |
298 | https://github.com/fraenky8 |
299 | https://github.com/franciscocpg |
300 | https://github.com/heytitle |
301 | https://github.com/hownowstephen |
290302 | https://github.com/kemadz |
291 | https://github.com/austinov |
292 | https://github.com/figlief |
293 | https://github.com/dickeyxxx |
294303 | https://github.com/killix |
295304 | https://github.com/jaytaylor |
296305 | https://github.com/na-ga |
297 | https://github.com/dafang |
298 | https://github.com/alaingilbert |
299 | https://github.com/6david9 |
306 | https://github.com/piotrmiskiewicz |
300307 | https://github.com/pencil001 |
308 | https://github.com/pkopac |
309 | https://github.com/quangbuule |
301310 | https://github.com/QuentinPerez |
302311 | https://github.com/smallnest |
303 | https://github.com/piotrmiskiewicz |
304 | https://github.com/coderhaoxin |
305312 | https://github.com/WaveCutz |
306 | https://github.com/fraenky8 |
307 | https://github.com/franciscocpg |
308 | https://github.com/quangbuule |
313 | https://github.com/xild |
314 | https://github.com/yangmls |
315 | https://github.com/6david9 |
309316
310317
311318 Also, co-maintainer is needed here. If anyone is interested, please email me (parnurzeal at gmail.com)