Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GetAllHeaders method to golang HTTP filter #33821

Merged
merged 16 commits into from May 16, 2024

Commits on Apr 29, 2024

  1. initial WIP GetALlHeaders

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0276f90 View commit details
    Browse the repository at this point in the history
  2. add trailer GetAllHeaders

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    19340b8 View commit details
    Browse the repository at this point in the history
  3. convert to snake case

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    90660b5 View commit details
    Browse the repository at this point in the history
  4. convert to snake case

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    236eb18 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. incorporate suggested changes

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    260b211 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. convert reference to deep copy

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 7, 2024
    Configuration menu
    Copy the full SHA
    54b98cc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. update loop to clone slice

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b500626 View commit details
    Browse the repository at this point in the history
  2. add test

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 13, 2024
    Configuration menu
    Copy the full SHA
    54e3bb5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. rm test dep

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8b127bc View commit details
    Browse the repository at this point in the history
  2. rm test dep

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 14, 2024
    Configuration menu
    Copy the full SHA
    503f69c View commit details
    Browse the repository at this point in the history
  3. init map

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9f60327 View commit details
    Browse the repository at this point in the history
  4. fix test bug

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 14, 2024
    Configuration menu
    Copy the full SHA
    74d8fe7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. alter tests

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b0402b7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into golang-plugin-header-map-29592

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 15, 2024
    Configuration menu
    Copy the full SHA
    32874e3 View commit details
    Browse the repository at this point in the history
  3. add additional test to validate slice has been copied

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 15, 2024
    Configuration menu
    Copy the full SHA
    091621f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. convert to camelcase

    Signed-off-by: Willem Veerman <6502426+willemveerman@users.noreply.github.com>
    willemveerman committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0cf49d2 View commit details
    Browse the repository at this point in the history