Unnamed
public cpp v1 · immutablestatic char g_http_get_req [] = "GET /tests/simpletexte.txt HTTP/1.1\r\n" "Host: 132.207.89.2\r\n" "Connection: close\r\n\r\n";static void http_get(void) { tcp_write(g_net_tcp_pcb, g_http_get_req, strlen(g_http_get_req), 0);}