hurl/integration/tests_ok/bytes.hurl

13 lines
366 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
GET http://localhost:8000/bytes
HTTP/1.0 200
Content-Type: application/octet-stream
[Asserts]
bytes equals hex,010203;
bytes equals 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 equals hex,039058c6f2c0cb492c533b0a4d14ef77cc0f78abccced5287d84a1a2011cfb81;
2021-07-14 22:04:28 +03:00
md5 equals hex,5289df737df57326fcdd22597afb1fac;