goodman icon indicating copy to clipboard operation
goodman copied to clipboard

Go Hook Handler for Dredd

Results 4 goodman issues
Sort by recently updated
recently updated
newest added

## Todo - [x] Encode / decode `transaction.Transaction.Request.Headers` and `transaction.Transaction.Real.Headers` as `map[string][]string` instead of `map[string]interface{}` - [ ] Fix gob encoding errors that think it is still `map[string]interface{}` The intent...

I kept running into an issue where running the `dredd` cli in rapid succession failed on account of a port being in use. anyway, this is the resulting pr, I...

Whenever my API responds with a header `Set-Cookie`, I get the error `info: Hook handler stderr: panic: RPC client threw error gob: type not registered for interface: []interface {}` I...

bug