thc202

Results 1126 comments of thc202

@uMorbeck should sign the CLA too or the commit's author amended.

The request/response header fields should be shown each on its own line (like in the desktop).

No, I mean each header field is in its own line (`host: …` in one line, `User-Agent: …` other line and so on). Compare to: ![request-response](https://github.com/user-attachments/assets/8ca99922-43c2-42ea-934b-05eb1cec864c) which have the host...

Both the request and response header fields should be handled the same way.

They should also be aligned to the start of the line. And the bodies should keep their original indentation.

> And the bodies should keep their original indentation. This was not yet addressed.

It would be better if it didn't show the response when it's empty (i.e. `HTTP/1.0 0 `)