Skip to content
Permalink
master

Commits on Nov 11, 2020

  1. Merge pull request #1637 from pofl/patch-2

    Run Test Workflow only if Go code was changed
    lammel committed Nov 11, 2020
  2. Workflow also run on changes to go.mod, _fixture, .github changes

    pofl committed Nov 11, 2020

Commits on Nov 10, 2020

  1. Merge pull request #1672 from pafuent/compress_middleware_pool_optimi…

    …zation
    
    Adding sync.Pool to Compress Middleware
    lammel committed Nov 10, 2020

Commits on Nov 7, 2020

  1. Adding sync.Pool to Compress Middleware

    Adding a sync.Pool for the *gzip.Writer reduces the allocations of the
    Compress middleware in 50% and gives an increase on execution speed of
    a 85%
    This fix #1643
    pafuent committed Nov 7, 2020

Commits on Nov 5, 2020

  1. Merge pull request #1630 from arun0009/master

    bugfix proxy and rewrite, updated test with actual call settings
    lammel committed Nov 5, 2020
  2. Merge pull request #1666 from neotel-at/feature/1477-defaulterrorhand…

    …ler-with-debug
    
    Fix DefaultHTTPErrorHandler with enabled debug (#1477)
    lammel committed Nov 5, 2020
  3. Fix DefaultHTTPErrorHandler with Debug=true (#1477)

    lammel committed Nov 5, 2020
  4. Merge pull request #1640 from imxyb/feature/opt-split

    Use IndexAny instead of Split to reduce memory allocation
    lammel committed Nov 5, 2020

Commits on Sep 17, 2020

  1. bugfix proxy and rewrite, updated test with actual call settings

    Arun Gopalpuri
    Arun Gopalpuri committed Sep 17, 2020

Commits on Sep 16, 2020

  1. improve the test coverage for context.go

    yonbiaoxiao
    yonbiaoxiao committed Sep 16, 2020

Commits on Sep 15, 2020

  1. Use IndexByte instead of Split to reduce memory allocation and improv…

    …e performance
    yonbiaoxiao
    yonbiaoxiao committed Sep 15, 2020

Commits on Sep 14, 2020

  1. Merge pull request #1636 from pofl/patch-1

    Update godoc link in README to /v4
    lammel committed Sep 14, 2020
  2. Merge pull request #1632 from imxyb/hardcode_for_http

    Use http constants instead of hardcoded status
    lammel committed Sep 14, 2020
  3. change the hardcode for http constant

    yonbiaoxiao
    yonbiaoxiao committed Sep 14, 2020

Commits on Sep 12, 2020

  1. Run Test Workflow only if Go code was changed

    pofl committed Sep 12, 2020
  2. Update godoc link in README to /v4

    pofl committed Sep 12, 2020

Commits on Sep 1, 2020

  1. Merge pull request #1627 from juanbelieni/master

    Create ErrJWTInvalid to allow modify error when JWT is invalid
    lammel committed Sep 1, 2020
  2. Merge pull request #1628 from arun0009/master

    set raw path and path in proxy, so url.EscapePath uses raw path
    lammel committed Sep 1, 2020
  3. Merge pull request #1588 from choyri/bugfix/rewrite

    Fixes the uses of caret(^) in rewrite regex
    lammel committed Sep 1, 2020
  4. Merge pull request #1623 from KlotzAndrew/cors_regex

    cors allow regex pattern
    lammel committed Sep 1, 2020

Commits on Aug 31, 2020

  1. using url.EscapedPath instead of custom GetPath, rewritePath func add…

    …ed to middleware - used by proxy and rewrite
    Arun Gopalpuri
    Arun Gopalpuri committed Aug 31, 2020

Commits on Aug 28, 2020

  1. Bumped version

    Signed-off-by: Vishal Rana <vr@labstack.com>
    vishr committed Aug 28, 2020
  2. The directory path does not end with '/', it needs to be redirected (#…

    …1572)
    
    * The directory path does not end with '/', it needs to be redirected
    
    * changed guide highlighting to shell (#1593)
    
    * Fix recover print stack trace log level (#1604)
    
    * Fix recover print stack trace log level
    
    * Add recover log level test
    
    * Add default LogLevel to DefaultRecoverConfig
    
    Co-authored-by: solym <ymwh@foxmai.com>
    Co-authored-by: roz3x <52892437+roz3x@users.noreply.github.com>
    Co-authored-by: Masahiro Furudate <178inaba.git@gmail.com>
    4 people committed Aug 28, 2020
  3. added ModifyResponse option to ProxyConfig (#1622)

    Co-authored-by: Peter C <petoc@users.noreply.github.com>
    petoc committed Aug 28, 2020

Commits on Aug 27, 2020

  1. Create ErrJWTInvalid variable

    juanbelieni committed Aug 27, 2020

Commits on Aug 19, 2020

  1. cors allow regex pattern

    enable cors to use regex pattern for allowed origins
    
    implementation is similar to another popular cors
    middleware: https://github.com/astaxie/beego/blob/master/plugins/cors/cors.go#L196-L201
    KlotzAndrew committed Aug 19, 2020

Commits on Aug 4, 2020

  1. make gzipResponseWriter implement http.Pusher (#1615)

    Warashi committed Aug 4, 2020

Commits on Jul 24, 2020

  1. Fixes the uses of caret(^) at the beginning of the rewrite regex

    choyri committed Jul 24, 2020
  2. Revert "Fixes the uses of caret(^) in rewrite regex"

    This reverts commit 1f51469.
    choyri committed Jul 24, 2020

Commits on Jul 23, 2020

  1. Merge pull request #1559 from flimzy/wrapper

    Extend HTTPError to satisfy the Go 1.13 error wrapper interface
    lammel committed Jul 23, 2020

Commits on Jul 20, 2020

  1. Merge pull request #1558 from iwamot/testafter

    Add test for 'func (*Response) After'
    lammel committed Jul 20, 2020
  2. Merge pull request #1607 from BUGLAN/fix/dupl

    Fix duplicate code for applyMiddleware
    lammel committed Jul 20, 2020
  3. Merge pull request #1613 from cathy812/master

    dependency package golang.org/x/text v0.3.2 has high security vulnera…
    lammel committed Jul 20, 2020
  4. dependency package golang.org/x/text v0.3.2 has high security vulnera…

    …biliy, upgrade it to v0.3.3
    cathyzhang05 committed Jul 20, 2020
Older
You can’t perform that action at this time.