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

Hi `friendsofgo/killgrave`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Added two new command line arguments: - `-l` for logging level, defaults to 0, 1 adds requests, 2 adds the request body - `-d` to dump requests into a the...

Multi-value query string params are not supported `ENDPOINT?sections=90&sections=130` Imposter request: ```json { "request": { "method": "GET", "endpoint": "/search", "params": { "sections": "130" } }, ``` It only finds the first...

enhancement
idea
dependencies
improvement

There are edge cases that aren't properly handled, that should be reviewed and managed adequately. For instance, what if the `response` field is empty, or it's an empty or null...

enhancement
good first issue

Hi, this PR enables the usage of the variables defined in the imposters to be reused in the bodyFile path. So we can use "dynamic" responses for different paths easily....

Hi, i would be great if we could allow variables in bodyFile path so it would be possible to have different responses for different path variables without creating a lot...

Leftover from https://github.com/friendsofgo/killgrave/pull/155 _Reported by @npsolver (see https://github.com/friendsofgo/killgrave/issues/166#issuecomment-2254278614)_

bug