Permalink
Commits on Oct 14, 2018
  1. simplify tests (#1206)

    ribice authored and vishr committed Oct 14, 2018
Commits on Oct 13, 2018
  1. Proxy rename descr to desc

    vishr committed Oct 13, 2018
    Signed-off-by: Vishal Rana <vr@labstack.com>
  2. Proxy: Better errors + remote custom TLS (#1197)

    blaubaer authored and vishr committed Oct 13, 2018
    Proxy will be more verbose on errors + possibility to configure custom transport (example: for custom TLS certificates)
Commits on Oct 9, 2018
  1. extend proxy middleware. closes #1202 (#1203)

    artyomturkin authored and vishr committed Oct 9, 2018
    * extend proxy middleware. closes #1202
Commits on Oct 7, 2018
  1. Fix node's parameter names assignment problem. (#1201)

    phelrine authored and vishr committed Oct 7, 2018
  2. Add common error variable (#1200)

    suksest authored and vishr committed Oct 7, 2018
Commits on Sep 28, 2018
  1. the logging interface add SetHeader method (#1092)

    dreamans authored and vishr committed Sep 28, 2018
  2. Support internal error when Bind() data #888 (#1164)

    ledongthuc authored and vishr committed Sep 28, 2018
  3. Add error variable for too many request (#1181)

    suksest authored and vishr committed Sep 28, 2018
    * add error variable for too many request
    
    * update errTooManyRequests
  4. Expose stdLogger (#1196)

    bt authored and vishr committed Sep 28, 2018
Commits on Sep 19, 2018
  1. Simplify REALIP method (#1193)

    ribice authored and vishr committed Sep 19, 2018
    * Simplify REALIP method
    
    * Remove alloc
Commits on Sep 14, 2018
  1. Update dependencies (#1194)

    im-kulikov authored and vishr committed Sep 14, 2018
    * Update go.mod
    
    Replace:
    `github.com/labstack/gommon v0.0.0-20180312174116-6fe1405d73ec`
    With:
    `github.com/labstack/gommon v0.2.7`
    
    * Update Gopkg
    
    Replace:
    `github.com/labstack/gommon 0.2.4`
    With:
    `github.com/labstack/gommon v0.2.7`
    
    * Update go/dep 0.5.0
Commits on Sep 7, 2018
  1. Remove unecessery if-s and else-s (#1189)

    ribice authored and vishr committed Sep 7, 2018
Commits on Sep 4, 2018
  1. Add go.mod for Go modules (#1187)

    KimMachineGun authored and vishr committed Sep 4, 2018
    * Add go.mod
    * Resolve problem
Commits on Aug 29, 2018
  1. Fixed test

    vishr committed Aug 29, 2018
    Signed-off-by: Vishal Rana <vr@labstack.com>
Commits on Aug 28, 2018
  1. Add go 1.11.x version (#1186)

    appleboy authored and vishr committed Aug 28, 2018
Commits on Aug 15, 2018
  1. Fix issue #1143 (#1176)

    mweglarz authored and vishr committed Aug 15, 2018
Commits on Aug 2, 2018
  1. logs the internal error message instead of returning it (#1173)

    andofcourse authored and vishr committed Aug 2, 2018
Commits on Jul 29, 2018
  1. Fix typo

    philippgille authored and vishr committed Jul 29, 2018
Commits on Jul 18, 2018
  1. Closed #1121

    vishr committed Jul 18, 2018
    Signed-off-by: Vishal Rana <vr@labstack.com>
Commits on Jul 11, 2018
  1. rename proto to protocol

    kesuskim authored and vishr committed Jul 11, 2018
  2. add test case for logger middleware

    kesuskim authored and vishr committed Jun 29, 2018
  3. add proto field for middleware

    kesuskim authored and vishr committed Jun 29, 2018
Commits on Jul 9, 2018
  1. [JWT] use local error handler for missing token

    vishr committed Jul 9, 2018
    Signed-off-by: Vishal Rana <vr@labstack.com>
Commits on Jul 3, 2018
  1. case sensitive matching prioritized

    ready4god2513 authored and vishr committed May 30, 2018
  2. Enable case insensitive query param matching

    ready4god2513 authored and vishr committed May 30, 2018
    Unmarshalling body params with json.Unmarshal supports case-insensitive
    matching against struct tags.  Matching query params case insensitive
    provides a more sane and consistent experience for API consumers.
    
    The original url.Values keys remain case sensitive.
  3. Fixed cors test

    vishr committed Jul 3, 2018
    Signed-off-by: Vishal Rana <vr@labstack.com>
  4. add a few tests

    jney authored and vishr committed Jun 19, 2018
Commits on Jun 29, 2018
  1. Added error to logger middleware

    vishr committed Jun 29, 2018
    Signed-off-by: Vishal Rana <vr@labstack.com>
  2. JWT BeforeFunc, SuccessHandler & ErrorHandler

    vishr committed Jun 29, 2018
    Signed-off-by: Vishal Rana <vr@labstack.com>
Commits on Jun 26, 2018
  1. allow whitespace in regex

    Jeffrey Reuling (TI) authored and vishr committed Jun 25, 2018
Commits on Jun 22, 2018
  1. rm unused code

    chanxuehong authored and vishr committed Jun 21, 2018