killgrave icon indicating copy to clipboard operation
killgrave copied to clipboard

Simple way to generate mock servers written in Go

Results 48 killgrave issues
Sort by recently updated
recently updated
newest added

I have added support for using `text/template` engine in the response body. This change allows users to declare dynamic responses using templating from path parameters, query parameters and in a...

This PR introduces preloading response body into memory before the mockserver starts. This makes it easier to spot bugs in a configuration that uses a lot of BodyFiles. Any issue...

Hi Everyone, When browsing through this project's web page I found out a few problems with the hyperlinks, for example in [This pages's](https://friendsofgo.github.io/killgrave/guide/concepts.html) Imposter Configuration Section hyperlink, after clinking it,...

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1. Release notes Sourced from github.com/spf13/cobra's releases. v1.9.1 🐛 Fixes Fix CompletionFunc implementation by @​ccoVeille in spf13/cobra#2234 Revert "Make detection for test-binary more universal (#2173)"...

dependencies

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.24.0 to 0.30.0. Commits 09747cd go.mod: update golang.org/x dependencies dc9353b gopls/internal/analysis/modernize: appendclipped: unclip a886a1c internal/analysisinternal: AddImport handles dot imports 94c3c49 go/analysis/analysistest: RunWithSuggestedFix: assume valid fixes 5f9967d gopls/internal/analysis/modernize:...

dependencies

Hello everyone, First of all thanks for such a nice project. I have a question, is a new release on the way? And is it expected to have regular releases?...

Closes #39 This is a first iteration, some testing is pending still but i wanted to raise the PR to have some early feedback, specially on the creation of `loghelper.go`...

…s is empty When CORS origins configuration is empty, disable CORS headers to avoid conflicts with proxied server's CORS headers. This prevents duplicate Access-Control-Allow-Origin headers when killgrave is used as...