Skip to content

issues Search Results · repo:gin-contrib/size language:Go

Filter by

4 results
 (159 ms)

4 results

ingin-contrib/size (press backspace or delete to remove)

你好,我用了这个中间件,在上传大文件的时候会在服务端报错,客户端收不到任何信息 package main import ( net/http limits github.com/gin-contrib/size github.com/gin-gonic/gin ) func main() { r := gin.Default() r.Use(limits.RequestSizeLimiter(10)) ...
  • easygoto
  • Opened 
    on Dec 19, 2023
  • #23

am i able to create a dynamic max limit inside a specified route ?
  • batara666
  • 2
  • Opened 
    on Jul 4, 2020
  • #7

Hi there, thanks for building this! This middleware works as expected, the only issue I m experiencing is that the request body is written as part of the middleware func: ctx.String(http.StatusRequestEntityTooLarge, ...
  • jdolitsky
  • 2
  • Opened 
    on May 1, 2018
  • #5

RequestSizeLimiter instead of the RateLimiter
  • alexanderGalushka
  • Opened 
    on Jul 20, 2017
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub