Skip to content

Reduce header JSON encoding whitespace #8

@yawaramin

Description

@yawaramin

Currently the headers are encoded to JSON strings like:

"headers": [
  [
    "content-length",
    "1"
  ]
]

It needs to be more like:

"headers": [
  ["content-length",1]
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions