Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for adding JSON output support #175

Open
abhi-g80 opened this issue Feb 13, 2024 · 0 comments
Open

Request for adding JSON output support #175

abhi-g80 opened this issue Feb 13, 2024 · 0 comments

Comments

@abhi-g80
Copy link

There already exists an PR #131 for this. Has been dormant for a while, hence requesting via a new issue. The original PR has the expected JSON out that I would expect. For brevity, pasting it here.

{
  "Address": "128.199.248.140:443",
  "Header": {
    "Connection": [
      "keep-alive"
    ],
    "Content-Type": [
      "text/html; charset=UTF-8"
    ],
    "Date": [
      "Sat, 05 May 2018 03:15:15 GMT"
    ],
    "Link": [
      "<https://dave.cheney.net/wp-json/>; rel=\"https://api.w.org/\""
    ],
    "Server": [
      "nginx/1.2.1"
    ],
    "Strict-Transport-Security": [
      "max-age=15768000"
    ],
    "X-Powered-By": [
      "PHP/5.4.45-0+deb7u11"
    ]
  },
  "Proto": "HTTP/1.1",
  "Status": "200 OK",
  "Timing": {
    "DNS": 98,
    "TCP": 191,
    "TLS": 604,
    "Server": 747,
    "Transfer": 392,
    "Lookup": 98,
    "Connect": 290,
    "PreTransfer": 895,
    "StartTransfer": 1643,
    "Total": 2036
  }
}

Not sure what the best way to get this feature added to the tool hence creating this issue. Can close this as duplicate if the original issue would be worked upon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant