Skip to content

Large JSON responses are not truncated as beautified #105

@adrianiftode

Description

@adrianiftode

Actual

The HTTP response was:

HTTP/1.1 200 OK
Request-Context: appId=
Content-Type: application/json; charset=utf-8
Content-Length: 527079


***** Content is too large to display and only a part is printed. *****
{"consumption":[{"datetime":"2022-06-21T13:00:00","consumption":43.66},{"datetime":"2022-06-21T14:00:00","consumpti

Expected

The HTTP response was:

HTTP/1.1 200 OK
Request-Context: appId=
Content-Type: application/json; charset=utf-8
Content-Length: 1135

{
  "consumption": [
    {
      "datetime": "2022-06-21T13:00:00",
      "consumption": 43.66
    },

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions