Alper Hankendi

Results 4 comments of Alper Hankendi

https://github.com/labstack/echo/pull/1343 rate-limit middleware is ready. now I'm working on a distributed rate limit option. for 200-response these fields will be added to the response header. ``` x-ratelimit-limit →2 x-ratelimit-remaining →1...

my usage like is that. You can imp. your own logger and add your fields. ``` package utils import ( "github.com/labstack/gommon/log" "github.com/parnurzeal/gorequest" ) type gorequestLogMapper struct { } var loggerInstance...

I've the same issue when I delete cookies and it works!