Reading from file via `-F foo=@myfile.txt` syntax would result in `[]byte` Go type, which by default gets serialized to JSON in base64 format, which we don't want here. Traverse all parameters and convert any `[]byte` into `string` before JSON serialization. |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| http.go | ||
| http_test.go | ||