juampiq6

Results 6 comments of juampiq6

Wow great feature, i would really need it

Hey! I was having the same issue declaring a custom route. I did manage to create a partial solution. ```golang func setupSwagger(e *gin.Engine) { e.GET("/swagger", func(ctx *gin.Context) { ctx.Redirect(http.StatusPermanentRedirect, "/swagger/index.html")...

If i have some time, i will make a PR introducing this feature

try https://pub.dev/packages/http_retry it has a timeout parameter

@xclud all fixes done, i dont know what could be missing

besides my comment, everything looks fine :) @alexeyinkin @xclud