hurl/integration/tests_ok/bytes.hurl

13 lines
346 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
GET http://localhost:8000/bytes
2022-11-11 16:25:00 +03:00
HTTP 200
2020-08-27 10:07:46 +03:00
Content-Type: application/octet-stream
[Asserts]
bytes == hex,010203;
bytes == base64,AQID;
bytes count == 3
bytes startsWith hex,01;
2021-07-16 09:13:23 +03:00
bytes endsWith hex,03;
bytes contains hex,02;
sha256 == hex,039058c6f2c0cb492c533b0a4d14ef77cc0f78abccced5287d84a1a2011cfb81;
md5 == hex,5289df737df57326fcdd22597afb1fac;