/colimit

concurrency limiter for Echo framework

Primary LanguageGoMIT LicenseMIT

colimit

Buy Me A Coffee Build Status

concurrency limiter for Echo framework

Usage

Integration

func main() {
  // ...

  e := echo.New()
  e.Use(colimit.New(512))

  // ...
}

License

canhead hi@canhead.xyz MIT License