mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
GET http://localhost:8000/bytes
|
|
HTTP/1.0 200
|
|
Content-Type: application/octet-stream
|
|
[Asserts]
|
|
bytes == hex,010203;
|
|
bytes == base64,AQID;
|
|
bytes count == 3
|
|
bytes startsWith hex,01;
|
|
bytes endsWith hex,03;
|
|
bytes contains hex,02;
|
|
sha256 == hex,039058c6f2c0cb492c533b0a4d14ef77cc0f78abccced5287d84a1a2011cfb81;
|
|
md5 == hex,5289df737df57326fcdd22597afb1fac;
|