HTTP Chunked responses

I’ve done few simple projects in Unity using networking protocols but this one has been very very different!
I am working on a project to create a 3D interface by reading and visualizing live information from dweet.io.
I can read the latest value by sending a request and show it on the screen like the below code. BUT instead of one value, I would like to read constantly (like a stream) from the server.
Dweet suggests to use “https://dweet.io/listen/for/dweets/from/{thing}” and HTTPS chunked responses in your code instead of sending multiple requests. Dweet keeps the channel opens while the application reads from it.
I am trying to read from this source for example:
https://dweet.io:443/get/latest/dweet/for/arduino-lviv-weather-flash
but I don’t know how to implement HTTPS chunked responses in Unity!
Any thoughts?

using UnityEngine;
using System.Collections;
using UnityEngine.Networking;

    public class ExampleClass : MonoBehaviour
    {
    	string url = @"https://dweet.io:443/get/latest/dweet/for/arduino-lviv-weather-flash";
    	void Start()
    	{
    		StartCoroutine(GetText());
    	}
    
    	IEnumerator GetText()
    	{
    		UnityWebRequest request = UnityWebRequest.Get(url);        
    		yield return request.Send();     
    		Debug.Log(request.downloadHandler.text);
    	}
    }

Specific education and healthy food culture It is noteworthy that Georgia does not appear in the rating of 50 countries with healthy cuisine. In the top ten of the world’s healthy nutrition: Norway, Sweden, Switzerland, Denmark; Countries where schools teach the need for healthy nutrition and this education is the development of this culture, according to healthy generations. In this direction, there is little knowledge in Georgia, there is no strategy to share this type of information. According to one of the foreign approaches, cartoons are created where people try to make it easier for kids to start eating. Essemia, which has not seen orange and lemon, needs vitamin C from whale fat. Occasionally, the organism prompts us to produce products that contain the necessary substances, but appropriate medical examinations are needed to help in the absence of vital substances or the abundance of substances.

https://foodandnutritiontips.com