Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gol4ng/httpware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: gol4ng/httpware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 62 files changed
  • 4 contributors

Commits on Nov 19, 2019

  1. implement interceptor middleware (#18)

    Quentin Neyrat authored and instabledesign committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    65ae64e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    7e3da1f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    4c7d3ea View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    c7e09db View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    7947cd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Add auth middleware/tripperware (#32)

    Co-authored-by: Anthony Moutte <instabledesign@gmail.com>
    qneyrat and instabledesign authored Jun 12, 2020
    Configuration menu
    Copy the full SHA
    19dee9e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Prepare V3

    instabledesign committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f55b53f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80fe90f View commit details
    Browse the repository at this point in the history
  3. add rate limit tripperware and middleware (#33)

    * add rate limit tripperware
    
    * use atomic uint64
    
    * delete useless options
    
    * delete useless options
    
    * add rate limiter from golang.org/x/time/rate
    
    * move config
    
    * code style
    
    * update readme
    
    * refacto leaky_bucket rate limiter
    
    * remove useless test file
    
    * fix example and code style
    
    * remove vendor
    
    * remove bench
    
    * fix typo
    
    * fix port
    
    * fix example addr
    
    * improve and add middleware
    
    * improve
    
    * fix comments
    
    * Update README.md
    
    Co-authored-by: instabledesign <instabledesign@gmail.com>
    
    * update version
    
    * update version
    
    Co-authored-by: Anthony Moutte <instabledesign@gmail.com>
    qneyrat and instabledesign committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    5460b92 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    717af24 View commit details
    Browse the repository at this point in the history
  2. try fixup example

    instabledesign committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    167d1de View commit details
    Browse the repository at this point in the history
  3. try fixup example

    instabledesign committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    8b44e88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d26a93f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    23ef6d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    00ac90b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Create v4 (#40)

    * Create v4
    
    * Add context on Authenticate func (#39)
    
    * Add context on Authenticate func
    
    * fixup test
    
    * Curl exporter (#41)
    instabledesign authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d36e7fe View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    3a8e590 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Fix response writer interface (#43)

    * Fix response writer interface
    instabledesign authored May 20, 2022
    Configuration menu
    Copy the full SHA
    5782c32 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    34ad78a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Fix case of nil/http.NoBody request.Body on interceptor tripperware/m…

    …iddleware (#45)
    
    * no copy if src is nil on NewCopyReadCloser
    
    * Update copy_read_closer.go
    tle-dieu authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1fa12b4 View commit details
    Browse the repository at this point in the history
Loading