mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-22 18:41:33 +03:00
4 lines
105 B
PowerShell
4 lines
105 B
PowerShell
|
Set-StrictMode -Version latest
|
||
|
$ErrorActionPreference = 'Stop'
|
||
|
hurl --http1.0 tests_ok/http_version.hurl
|