All pastes #2084487 Raw Edit

Unnamed

public cpp v1 · immutable
#2084487 ·published 2011-09-29 03:31 UTC
rendered paste body
static 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);}