{
    "version": "233.11799.241",
    "description": "Allows to run HTTP requests from a terminal, without the IDE, or include HTTP request testing in a CI workflow.",
    "homepage": "https://www.jetbrains.com/help/idea/http-client-cli.html",
    "suggest": {
        "JDK 17": "java/openjdk17"
    },
    "license": {
        "identifier": "Freeware"
    },
    "url": "https://download.jetbrains.com/resources/intellij/http-client/233.11799.241/intellij-http-client.zip",
    "hash": "156247f717ac6d53de534d295e6811737b14faf3ee0baa15b495adedbcb4f90d",
    "extract_dir": "ijhttp",
    "bin": "ijhttp.bat",
    "checkver": {
        "script": [
            "$resp = [System.Net.WebRequest]::Create('https://jb.gg/ijhttp/latest').GetResponse()",
            "Write-Output = $resp.ResponseUri.LocalPath"
        ],
        "regex": "/http-client/([\\d.]+)/"
    },
    "autoupdate": {
        "url": "https://download.jetbrains.com/resources/intellij/http-client/$version/intellij-http-client.zip"
    }
}
