Store metadata as yml and body as txt in the HttpClientFactoryStub

Created on 10 March 2025, 2 months ago

Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Store metadata as YAML and body contents as ".txt".

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

1.5

Component

Code

Created by

🇦🇲Armenia murz Yerevan, Armenia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024