/*-----------------------------------------------------------------------------
    Name: Flow_1
    Created By: This is an auto generated script. You can, however, make a copy of this script using advanced script manager and enhance it
    Date of creation: 4.14.0 (build# 129)
    Flow details:
    Build details: 09/28/2025 12:06:59
    Modification History:
-----------------------------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h> 
#include <string.h>
#include "ns_string.h"

void Flow_1()
{
    ns_start_transaction("tiny");
    ns_web_url("tiny",
        "URL=http://127.0.0.1/tiny",
        "METHOD=GET",
    );
    ns_end_transaction("tiny", NS_AUTO_STATUS);


    ns_page_think_time(0);

}
