Thanks to visit codestin.com
Credit goes to github.com

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: Benjscho/httpsnippet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Kong/httpsnippet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 28 files changed
  • 5 contributors

Commits on Sep 30, 2024

  1. feat: replace ajv usage [INS-145] (Kong#371)

    * Feat: replace custom har-validator with hard-validator-compiled package
    
    * test(http-snippet): update casing
    
    * fix: linting
    vaibhavrajsingh2001 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    08aec7b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. 3.0.7

    filfreire committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    889ef62 View commit details
    Browse the repository at this point in the history
  2. correct the casing of Method enums in RestSharp snippets (Kong#366)

    Ensure that code snippets use enum members that are pascal cased and
    not upper cased. For example use `Method.Get` instead of `Method.GET` to
    ensure the snippets can compile.
    
    fixes Kong#365
    
    use `var` for return "type" of RestSharp request response
    
    The type `IRestResponse` doesn't exist in latest client (version 112)
    
    fixes Kong#367
    michaelgwelch authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d107479 View commit details
    Browse the repository at this point in the history
  3. 3.0.8

    filfreire committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a1bc90 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. fix(form-data): fix ssr error due to window object access (Kong#373)

    * fix(form-data): override import from package root
    
    * fix(httpsnippet): linting errors
    vaibhavrajsingh2001 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    66b587b View commit details
    Browse the repository at this point in the history
  2. 3.0.9

    filfreire committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5b4474d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. fix: Pin all external github actions to their corresponding commit S…

    …HAs (Kong#378)
    
    * Pin all external github actions to their corresponding commit SHAs
    
    * Update security actions to use the latest commit
    balugeorge authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    73c327c View commit details
    Browse the repository at this point in the history
Loading