Encode the request to raw byte array
List<int> encode() => utf8.encode("$statusCode $meta\r\n") + body;