2024-08-22 12:31:10 +00:00

26 lines
1004 B
JSON

{
"version": "242.21829.56",
"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/242.21829.56/intellij-http-client.zip",
"hash": "3229d1095c04a4eff24e8393db364fc665b9f3e1616d7d858c4380b607e42959",
"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"
}
}