#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ns_string.h"
void flow1()
{
ns_start_transaction("IndexPage");
ns_web_url("class1_0_html",
"METHOD=GET",
"URL=http://127.0.0.1/tiny",
);
ns_end_transaction("IndexPage", NS_AUTO_STATUS);
}
