- Issue created by @murz
- Merge request !140Issue #3511918: Store metadata as JSON and body as text → (Merged) created by murz
In the HttpClientFactoryStub service, now metadata is stored as JSON, which does not suit well for human review, but the metadata files are mostly to understand the details of the requests by humans :)
So, it's better to use more readable YAML format to store the metadata.
Also, the response body is stored now as files with the ".json" extension, but there is not always JSON data, so it's better to use a more neutral extension, and I believe that ".txt" suits well because in most cases we have there text, not binary data.
Store metadata as YAML and body contents as ".txt".
Active
1.5
Code